missed one file

This commit is contained in:
Florian Dold 2020-07-28 23:38:50 +05:30
parent 997445d42f
commit 503c35d5f5
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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