commit 8de9a6b8a1f91642c2fc6f6ec31c152f6a0daf09
parent 2cf6ce6e11327a1b25ebd6837e8451abfe37eb27
Author: William Casarin <jb55@jb55.com>
Date: Fri, 24 May 2019 13:51:00 -0700
no type for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clightning-dumpkeys.c b/clightning-dumpkeys.c
@@ -190,7 +190,7 @@ static int dump_xpriv(const char *secretfile) {
wally_base58_from_bytes(buf, BIP32_SERIALIZED_LEN,
BASE58_FLAG_CHECKSUM, &out);
- printf("%s \t%s\n", ver->type, out);
+ printf("%s\n", out);
wally_free_string(out);
}