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, };