diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-05-12 07:44:03 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-05-12 07:44:47 -0400 |
commit | 33312e5abfb194c3a4aa9939a270c7d665b86a32 (patch) | |
tree | f556c114da006738937e6d61d8d5dbc49eefb239 /src/include | |
parent | 6cf4a068ad58f22d1896d322fc96b59d1120a98c (diff) |
define TALER_SIGNATURE_MASTER_PARTNER_DETAILS as 1048
This is to avoid a duplicate Number:
https://bugs.gnunet.org/view.php?id=7240
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 57c84b50b..5455103bc 100644 --- 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) */ |