taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e015d475647f9248baa5cfedb9ab495a74c59da6
parent 2590d055bac74d4788145e7b8c402f123a033217
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 Jan 2022 12:50:23 +0100

-minor API correction

Diffstat:
Mcore/api-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -1088,11 +1088,11 @@ within the struct TALER_RecoupRequestPS { /** * purpose.purpose = TALER_SIGNATURE_WALLET_COIN_RECOUP + * or TALER_SIGNATURE_WALLET_COIN_RECOUP_REFRESH */ struct GNUNET_CRYPTO_EccSignaturePurpose purpose; struct TALER_DenominationHash h_denom_pub; struct TALER_DenominationBlindingKeyP coin_blind; - struct TALER_AmountNBO recoup_amount; }; .. _TALER_RecoupRefreshConfirmationPS: