From 503c35d5f5972551cffa1fecb8b7b463503cc662 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 28 Jul 2020 23:38:50 +0530 Subject: missed one file --- src/wallet.ts | 4 ++-- 1 file 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, }; -- cgit v1.2.3