We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3460286 + 1547251 commit 37330feCopy full SHA for 37330fe
1 file changed
bitcoin/__init__.py
@@ -54,7 +54,7 @@ class RegTestParams(bitcoin.core.CoreRegTestParams):
54
BASE58_PREFIXES = {'PUBKEY_ADDR':111,
55
'SCRIPT_ADDR':196,
56
'SECRET_KEY' :239}
57
- BECH32_HRP = 'tb'
+ BECH32_HRP = 'bcrt'
58
59
"""Master global setting for what chain params we're using.
60
0 commit comments