Fix testnet default path

This commit is contained in:
HashEngineering 2021-02-03 17:49:47 -08:00
parent d802a58fe0
commit b9561837db
No known key found for this signature in database
GPG key ID: A615EB0C5CEBDEDE

View file

@ -989,7 +989,7 @@ public enum ScriptType {
}
public String getDefaultDerivationPath() {
return Network.get() != Network.MAINNET ? defaultDerivationPath.replace("/0'/0'", "/1'/0'") : defaultDerivationPath;
return Network.get() != Network.MAINNET ? defaultDerivationPath.replace("/17'/0'", "/1'/0'") : defaultDerivationPath;
}
public List<ChildNumber> getDefaultDerivation() {