commit 59595700d5e0c90c4573deea4206ad4e0bad97d7 parent 65d7d08ff54f4a6c1dc4ab49b8107899126cd205 Author: Özgür Kesim <oec-taler@kesim.org> Date: Thu, 3 Apr 2025 09:16:43 +0200 [common] remove TALER_WithdrawCommitmentHashP Diffstat:
| M | core/api-common.rst | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/core/api-common.rst b/core/api-common.rst @@ -1355,13 +1355,14 @@ within the /** * Commitment made in the /withdraw request. - * Also the $RCH value for the reveal endpoint. + * Also needed for the /reveal-withdraw endpoint (in case + * of required proof of age restriction) and for /recoup */ - struct TALER_WithdrawCommitmentHashP h_commitment; + struct TALER_HashBlindedPlanchetsP h_planchets; /** - * If proof of age restriction is not required for to this withdrawal, - * (i.e. max_age was not set during the request) + * If proof of age restriction is not required for to this + * withdrawal, (i.e. max_age was not set during the request) * MUST be 0xFFFFFFFF. * Otherwise (i.e. proof of age restriction required): * index that the client will not have to reveal, in NBO,