taler-docs

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

commit efc00de4a3765a327f29ef05b7fa99aa00e6d17f
parent 7f0557e09f797ee761c19f9c2b2ba2d87245edea
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date:   Mon, 18 Dec 2023 14:48:36 +0100

signatures: remove non-existent fields in TALER_DepositRequestPS

Diffstat:
Mcore/api-common.rst | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst @@ -1027,7 +1027,6 @@ within the .. _TALER_DepositRequestPS: .. sourcecode:: c - :caption: struct declaration struct TALER_DepositRequestPS { /** @@ -1044,14 +1043,12 @@ within the struct TALER_AmountNBO amount_with_fee; struct TALER_AmountNBO deposit_fee; struct TALER_MerchantPublicKeyP merchant; - struct TALER_OutputCommitmentHash h_outputs; struct GNUNET_HashCode wallet_data_hash; }; .. _TALER_DepositConfirmationPS: .. sourcecode:: c - :caption: struct declaration struct TALER_DepositConfirmationPS { /**