We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da633a4 + 667eb59 commit c5370d8Copy full SHA for c5370d8
1 file changed
bitcoin/__init__.py
@@ -13,7 +13,7 @@
13
14
import bitcoin.core
15
16
-class MainParams(bitcoin.core.CoreChainParams):
+class MainParams(bitcoin.core.CoreMainParams):
17
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
18
DEFAULT_PORT = 8333
19
RPC_PORT = 8332
0 commit comments