Skip to content

Commit c5370d8

Browse files
committed
Merge pull request #46
667eb59 Switch MainParams to inherit from CoreMainParams (Ross Nicoll)
2 parents da633a4 + 667eb59 commit c5370d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import bitcoin.core
1515

16-
class MainParams(bitcoin.core.CoreChainParams):
16+
class MainParams(bitcoin.core.CoreMainParams):
1717
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
1818
DEFAULT_PORT = 8333
1919
RPC_PORT = 8332

0 commit comments

Comments
 (0)