exchange

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

commit 5224f795916b2e5a12859bb0b2b6a0b6fbcda37f
parent 0846ab93bcbe606d34cc547904634244312e137d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 29 Aug 2020 01:24:21 +0200

fix checks

Diffstat:
Msrc/bank-lib/taler-wire-gateway-client.c | 2+-
Msrc/exchange-tools/key-helper.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/taler-wire-gateway-client.c b/src/bank-lib/taler-wire-gateway-client.c @@ -617,7 +617,7 @@ run (void *cls, } } if ( (GNUNET_YES == incoming_history) && - (GNUNET_YES == incoming_history) ) + (GNUNET_YES == outgoing_history) ) { fprintf (stderr, "Please specify only -i or -o, but not both.\n"); diff --git a/src/exchange-tools/key-helper.c b/src/exchange-tools/key-helper.c @@ -65,7 +65,7 @@ get_and_check_master_key (const struct GNUNET_CONFIGURATION_Handle *cfg, ret = GNUNET_CRYPTO_eddsa_key_from_file (fn, GNUNET_YES, &master_priv->eddsa_priv); - if (GNUNET_SYSERR == ret) + if (GNUNET_OK != ret) { fprintf (stderr, "Failed to initialize master key from file `%s': %s\n",