We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3460286 commit 1547251Copy full SHA for 1547251
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