exchange

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

commit 05d5b735fee619c60bd1bb246c366a6072118082
parent e8a892c29aed9b08f800878ad4d6e789f9571b64
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Jul 2019 21:57:04 +0200

typo

Diffstat:
Msrc/lib/testing_api_cmd_payback.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/testing_api_cmd_payback.c b/src/lib/testing_api_cmd_payback.c @@ -257,7 +257,7 @@ payback_cb (void *cls, const struct TALER_ReservePrivateKeyP *reserve_priv; struct TALER_ReservePublicKeyP rp; - if (NULL == reserve_priv) + if (NULL == reserve_pub) { GNUNET_break (0); TALER_TESTING_interpreter_fail (is);