exchange

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

commit 80bd2ee617606a15889bc094450515e2bf031234
parent 73237d15817b937e70ccfb3cfa057150020393e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 08:32:38 +0200

minor badness

Diffstat:
Msrc/util/crypto_confirmation.c | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/util/crypto_confirmation.c b/src/util/crypto_confirmation.c @@ -280,11 +280,9 @@ TALER_build_pos_confirmation (const char *pos_key, key, key_len)); GNUNET_free (key); - ret = executive_totp (&hkey, - sizeof(hkey), - ts); - GNUNET_free (key); - return ret; + return executive_totp (&hkey, + sizeof(hkey), + ts); } } GNUNET_free (key);