This commit is contained in:
Christian Grothoff 2021-08-04 17:13:48 +02:00
parent 08eff3dfa7
commit 6d099b44fb
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 !=