summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wallet.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index e8ce97190..09a3fcb45 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -176,8 +176,8 @@ export class Wallet {
throw Error("exchange is in invalid state");
}
return {
- rawAmount: Amounts.stringify(amount),
- effectiveAmount: Amounts.stringify(wi.selectedDenoms.totalCoinValue),
+ amountRaw: Amounts.stringify(amount),
+ amountEffective: Amounts.stringify(wi.selectedDenoms.totalCoinValue),
paytoUris,
tosAccepted: wi.termsOfServiceAccepted,
};