taler-docs

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

commit eddbb4f61b48a072dca1ab1b99c1d70ccc6bba84
parent d4592ab7e7efe4dd6d031ff8f9c7b5361afd6f11
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sat, 25 Jan 2025 12:34:52 +0100

[common] -remove garbage

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

diff --git a/core/api-common.rst b/core/api-common.rst @@ -1292,7 +1292,7 @@ within the /** * Commitment made in the /reserves/$RESERVE_PUB/withdraw. */ - struct TALER_WithdrawCommitmentHashP h_commitment GNUNET_PACKED; + struct TALER_WithdrawCommitmentHashP h_commitment; /** * If age restriction does not apply to this withdrawal, @@ -1302,7 +1302,7 @@ within the * index that the client will not have to reveal, in NBO, * MUST be smaller than #TALER_CNC_KAPPA. */ - uint32_t noreveal_index GNUNET_PACKED; + uint32_t noreveal_index; };