commit 5d238a6e761a9b992d3e16915fcf0842139c25f5
parent e8df4ac3396a4ed9d0a8ab9a2e062862c7e49ba5
Author: Florian Dold <florian@dold.me>
Date: Wed, 6 Jan 2021 12:50:18 +0100
also load keys in show subcommand
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,