missed one file
This commit is contained in:
parent
997445d42f
commit
503c35d5f5
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user