diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-20 01:30:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-20 01:30:38 +0100 |
commit | 7f60da4971248971a8f4e33854c2a861d9e1e461 (patch) | |
tree | 2a2065167c681656756c2daf64202872a292cc6a /src/exchange-tools | |
parent | 8ce6d32f63a81e6ea61971859152e4a5ec3b7c40 (diff) |
bugfixes
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index a235d46fe..266c1bac0 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -1034,7 +1034,7 @@ create_wire_fee_for_method (void *cls, opt, &af->closing_fee)) || (0 != strcasecmp (currency, - af->wire_fee.currency)) ) + af->closing_fee.currency)) ) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Invalid or missing amount in `%s' under `%s'\n", |