diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-06 15:43:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-06 15:43:22 +0100 |
commit | 1f9121126395ac56bbccad4c1de60ca5c1c47983 (patch) | |
tree | 35a05b9048136ed288878245f62044aa8fb7f422 | |
parent | a7d43dd6c2a3ab2623ac07c8d035a33e751186cb (diff) | |
parent | 5d238a6e761a9b992d3e16915fcf0842139c25f5 (diff) | |
download | exchange-1f9121126395ac56bbccad4c1de60ca5c1c47983.tar.gz exchange-1f9121126395ac56bbccad4c1de60ca5c1c47983.tar.bz2 exchange-1f9121126395ac56bbccad4c1de60ca5c1c47983.zip |
Merge branch 'master' of git+ssh://git.taler.net/exchange
-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 97fc0b56..b6960df4 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, |