mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
fix p2sh-p2wpkh description
This commit is contained in:
parent
49654b7c82
commit
428054d375
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ public enum ScriptType {
|
|||
return List.of(MULTI);
|
||||
}
|
||||
},
|
||||
P2SH_P2WPKH("P2SH-P2WPKH", "Nested Segwit (P2SH-P2WSH)", "m/49'/0'/0'") {
|
||||
P2SH_P2WPKH("P2SH-P2WPKH", "Nested Segwit (P2SH-P2WPKH)", "m/49'/0'/0'") {
|
||||
@Override
|
||||
public Address getAddress(byte[] scriptHash) {
|
||||
return P2SH.getAddress(scriptHash);
|
||||
|
|
Loading…
Reference in a new issue