exchange

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

commit 6d099b44fbf31f6070d73ee1b136271428a559aa
parent 08eff3dfa73b5a89bd3d3582f55b1f9cf1fff2d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Aug 2021 17:13:48 +0200

fix #6976

Diffstat:
Msrc/util/taler-exchange-secmod-rsa.c | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/util/taler-exchange-secmod-rsa.c b/src/util/taler-exchange-secmod-rsa.c @@ -1682,9 +1682,12 @@ load_denominations (void *cls, struct LoadContext *ctx = cls; struct Denomination *denom; - if (0 != strncasecmp (denomination_alias, - "coin_", - strlen ("coin_"))) + if ( (0 != strncasecmp (denomination_alias, + "coin_", + strlen ("coin_"))) && + (0 != strncasecmp (denomination_alias, + "coin-", + strlen ("coin-"))) ) return; /* not a denomination type definition */ denom = GNUNET_new (struct Denomination); if (GNUNET_OK !=