mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
fix: update cointype on taproot derivation path
This commit is contained in:
parent
c766a72189
commit
5329670a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ public enum ScriptType {
|
|||
return List.of(MULTI, CUSTOM);
|
||||
}
|
||||
},
|
||||
P2TR("P2TR", "Taproot (P2TR)", "m/86'/0'/0'") {
|
||||
P2TR("P2TR", "Taproot (P2TR)", "m/86'/17'/0'") {
|
||||
@Override
|
||||
public ECKey getOutputKey(ECKey derivedKey) {
|
||||
return derivedKey.getTweakedOutputKey();
|
||||
|
|
|
|||
Loading…
Reference in a new issue