From 1ede8a2be9dda22c9cd9d4086df2dc8481f70fab Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 1 Mar 2021 12:24:42 +0100 Subject: fix misc warnings/errors --- taler-wallet.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'taler-wallet.rst') diff --git a/taler-wallet.rst b/taler-wallet.rst index 8707228b..be471446 100644 --- a/taler-wallet.rst +++ b/taler-wallet.rst @@ -755,7 +755,7 @@ a payto URI). They don't involve a merchant. interface CreateDepositGroupRequest { depositPaytoUri: string; - amount: AmountString; + amount: Amount; } :Response: .. ts:def:: CreateDepositGroupResponse @@ -920,8 +920,8 @@ Preparing a tip // Has the tip already been accepted? accepted: boolean; - tipAmountRaw: AmountString; - tipAmountEffective: AmountString; + tipAmountRaw: Amount; + tipAmountEffective: Amount; exchangeBaseUrl: string; expirationTimestamp: Timestamp; } -- cgit v1.2.3