[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: also load keys in show subcomman
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: also load keys in show subcommand |
Date: |
Wed, 06 Jan 2021 12:50:33 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 5d238a6e also load keys in show subcommand
5d238a6e is described below
commit 5d238a6e761a9b992d3e16915fcf0842139c25f5
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 6 12:50:18 2021 +0100
also load keys in show subcommand
---
src/exchange-tools/taler-exchange-offline.c | 5 +++--
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
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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: also load keys in show subcommand,
gnunet <=