gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 59de2acb7c716c816ed15786b5369e56c325770c
parent e2c325ca89b92aed98a30b23fd653b1adb9af683
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon, 13 Mar 2023 00:01:35 +0100

added EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH to taler error codes

Diffstat:
Mgnu-taler-error-codes/registry.rec | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec @@ -524,6 +524,11 @@ Name: EXCHANGE_AGE_WITHDRAW_AMOUNT_INCORRECT Description: The total sum of value and fees from the denominations differs from the committed amount with fees. HttpStatus: 400 +Value: 1164 +Name: EXCHANGE_AGE_WITHDRAW_REVEAL_INVALID_HASH +Description: The original commitment differs from the calculated hash +HttpStatus: 400 + Value: 1175 Name: EXCHANGE_WITHDRAW_BATCH_IDEMPOTENT_PLANCHET Description: The batch withdraw included a planchet that was already withdrawn. This is not allowed.