summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-28 23:38:50 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-28 23:38:50 +0530
commit503c35d5f5972551cffa1fecb8b7b463503cc662 (patch)
treeee407f1033d04416795286a1d3aaaacd6d9f1538
parent997445d42f6c804b7560a98e636f9f24496b4202 (diff)
downloadwallet-core-503c35d5f5972551cffa1fecb8b7b463503cc662.tar.gz
wallet-core-503c35d5f5972551cffa1fecb8b7b463503cc662.tar.bz2
wallet-core-503c35d5f5972551cffa1fecb8b7b463503cc662.zip
missed one file
-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,
};