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"); throw Error("exchange is in invalid state");
} }
return { return {
rawAmount: Amounts.stringify(amount), amountRaw: Amounts.stringify(amount),
effectiveAmount: Amounts.stringify(wi.selectedDenoms.totalCoinValue), amountEffective: Amounts.stringify(wi.selectedDenoms.totalCoinValue),
paytoUris, paytoUris,
tosAccepted: wi.termsOfServiceAccepted, tosAccepted: wi.termsOfServiceAccepted,
}; };