We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3322cab commit ef99ef0Copy full SHA for ef99ef0
hwilib/common.py
@@ -38,8 +38,8 @@ class AddressType(Enum):
38
The type of address to use
39
"""
40
LEGACY = 1 #: Legacy address type. P2PKH for single sig, P2SH for scripts.
41
- WIT = 2 #: Native segwit v0 address type. P2WPKH for single sig, P2WPSH for scripts.
42
- SH_WIT = 3 #: Nested segwit v0 address type. P2SH-P2WPKH for single sig, P2SH-P2WPSH for scripts.
+ WIT = 2 #: Native segwit v0 address type. P2WPKH for single sig, P2WSH for scripts.
+ SH_WIT = 3 #: Nested segwit v0 address type. P2SH-P2WPKH for single sig, P2SH-P2WSH for scripts.
43
TAP = 4 #: Segwit v1 Taproot address type. P2TR always.
44
45
def __str__(self) -> str:
0 commit comments