commit 0bc3a8a6c5081de496ee621c7c3fcf9fccbdca31
parent afbf55d869ed29f094c256a442edd49e1d1c9e2b
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 29 Aug 2023 13:24:46 +0200
document v17 deposit struct
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -1047,7 +1047,7 @@ within the
struct TALER_AmountNBO deposit_fee;
struct TALER_MerchantPublicKeyP merchant;
struct TALER_OutputCommitmentHash h_outputs;
- uint32_t subcontract_index_field;
+ struct GNUNET_HashCode wallet_data_hash;
};
.. _TALER_DepositConfirmationPS: