exchange

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

commit 7ee3c485bd3483b2d5113830dca7f083ed706e0f
parent bb0952ac8d1f6194b9737f035619bf9cea235721
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 12:21:46 +0100

die more nicely if we are called when we should not be

Diffstat:
Msrc/exchangedb/test_exchangedb.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c @@ -1334,6 +1334,7 @@ recoup_cb (void *cls, { const struct TALER_DenominationBlindingKeyP *cb = cls; + FAILIF (NULL == cb); FAILIF (0 != GNUNET_memcmp (cb, coin_blind)); return GNUNET_OK;