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");
|
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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user