From 55affa62fc87977f0b10dfab2672300c51379fbe Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 14 Dec 2024 15:37:30 +0200 Subject: [PATCH] Fix BIP49 derivation path to use m/49'/0'/0' for mainnet According to https://github.com/satoshilabs/slips/blob/master/slip-0044.md, `coin_type` should be 0 for mainnet & 1 for testnet. --- ch05_wallets.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 7a2ddc54..7392b8d0 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -585,7 +585,7 @@ paths_. Several popular implicit paths defined by BIPs are shown in <

BIP49

Nested P2WPKH

-

m/49'/1'/0'

+

m/49'/0'/0'

BIP84