exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 33312e5abfb194c3a4aa9939a270c7d665b86a32
parent 6cf4a068ad58f22d1896d322fc96b59d1120a98c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 12 May 2022 07:44:03 -0400

define TALER_SIGNATURE_MASTER_PARTNER_DETAILS as 1048

This is to avoid a duplicate Number:
https://bugs.gnunet.org/view.php?id=7240

Diffstat:
Msrc/include/taler_signatures.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -100,7 +100,7 @@ /** * Signature affirming a partner configuration for wads. */ -#define TALER_SIGNATURE_MASTER_PARTNER_DETAILS 1032 +#define TALER_SIGNATURE_MASTER_PARTNER_DETAILS 1048 /*********************************************/ /* Exchange online signatures (with signing key) */