commit 1f9121126395ac56bbccad4c1de60ca5c1c47983
parent a7d43dd6c2a3ab2623ac07c8d035a33e751186cb
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 6 Jan 2021 15:43:22 +0100
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c
@@ -2757,8 +2757,9 @@ do_show (char *const *args)
keys = parse_keys_input ("show");
if (NULL == keys)
return;
-
-
+ if (GNUNET_OK !=
+ load_offline_key ())
+ return;
if (GNUNET_OK !=
GNUNET_JSON_parse (keys,
spec,