clightning-dumpkeys

dump clightning output descriptors
git clone git://jb55.com/clightning-dumpkeys
Log | Files | Refs | README | LICENSE

commit b3a983391eed91187dfdffadd32dbaca2f392cb9
parent 51226f4f01a285bb39ddca5db8a313e0d7a78427
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 24 May 2019 15:20:16 -0700

root

Diffstat:
Mclightning-dumpkeys.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clightning-dumpkeys.c b/clightning-dumpkeys.c @@ -214,7 +214,7 @@ static int dump_xpriv(const char *secretfile) { wally_base58_from_bytes(buf, BIP32_SERIALIZED_LEN, BASE58_FLAG_CHECKSUM, &out); - printf("%s\n", out); + printf("%s\troot\n", out); wally_free_string(out); ret = bip32_key_serialize(&secretstuff.bip32, @@ -227,7 +227,7 @@ static int dump_xpriv(const char *secretfile) { wally_base58_from_bytes(buf, BIP32_SERIALIZED_LEN, BASE58_FLAG_CHECKSUM, &out); - printf("%s\n", out); + printf("%s\troot\n", out); wally_free_string(out); hex_encode(secretstuff.bip32.hash160, HASH160_LEN, hexbuf,