diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-07-28 23:38:50 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-07-28 23:38:50 +0530 |
commit | 503c35d5f5972551cffa1fecb8b7b463503cc662 (patch) | |
tree | ee407f1033d04416795286a1d3aaaacd6d9f1538 | |
parent | 997445d42f6c804b7560a98e636f9f24496b4202 (diff) |
missed one file
-rw-r--r-- | src/wallet.ts | 4 |
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, }; |