From b2ca71a289cf1be8fdbfcae199101ebe016626dc Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 26 Aug 2020 09:55:47 -1000 Subject: [PATCH] fixed derivation path --- src/16_3_genhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/16_3_genhd.c b/src/16_3_genhd.c index c387ab9..ffcb610 100644 --- a/src/16_3_genhd.c +++ b/src/16_3_genhd.c @@ -156,7 +156,7 @@ int main(void) { char *segwit; lw_response = wally_bip32_key_to_addr_segwit(key_address,"tb",0,&segwit); - printf("[m/84'/0'/0'/0/0]: %s\n",segwit); + printf("[m/84'/1'/0'/0/0]: %s\n",segwit); /* Cleanup! */