You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the only place I noticed where Network::Testnet is used but the derivation path starts with m/86h/0h. I guess nothing prevents you from using any deriv path you like (the network is checked against the xpub?), but for consistency and as a general best practice, testnet examples should also use the testnet coin type as described in BIP44, for example m/86h/1h.
From what I can tell, all of our documented examples use a derivation path that makes sense for the network, in particular using coin type 1 for testnet. Also addressed by #1286, #1378
Originally posted by @ValuedMammal in #1028 (comment)
The text was updated successfully, but these errors were encountered: