exchange

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

commit 7333c55c53cfdb8268d27f0baefab7fa5e68058f
parent 8e4df341565d1673374f29decac95dbdbba029f2
Author: ng0 <ng0@n0.is>
Date:   Mon,  8 Apr 2019 18:19:26 +0000

Fix leftover memcmp

Diffstat:
Msrc/exchange-tools/taler-exchange-keyup.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c @@ -1362,7 +1362,7 @@ run (void *cls, global_ret = 1; return; } - if ( (0 != GNUNET_is_zero memcmp (&revoke_dkh)) && + if ( (0 != GNUNET_is_zero (&revoke_dkh)) && (GNUNET_OK != revoke_denomination (&revoke_dkh)) ) {