also load keys in show subcommand

This commit is contained in:
Florian Dold 2021-01-06 12:50:18 +01:00
parent e8df4ac339
commit 5d238a6e76
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -2757,8 +2757,9 @@ do_show (char *const *args)
keys = parse_keys_input ("show"); keys = parse_keys_input ("show");
if (NULL == keys) if (NULL == keys)
return; return;
if (GNUNET_OK !=
load_offline_key ())
return;
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_JSON_parse (keys, GNUNET_JSON_parse (keys,
spec, spec,