diff options
author | Florian Dold <florian@dold.me> | 2021-01-06 12:50:18 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-06 12:50:27 +0100 |
commit | 5d238a6e761a9b992d3e16915fcf0842139c25f5 (patch) | |
tree | 5aabfd698cf39ca79d43469ca3c189630c480d95 | |
parent | e8df4ac3396a4ed9d0a8ab9a2e062862c7e49ba5 (diff) |
also load keys in show subcommandv0.8.1-dev.1
-rw-r--r-- | src/exchange-tools/taler-exchange-offline.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c index 97fc0b560..b6960df48 100644 --- 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, |