Skip to content

Commit

Permalink
Current testnet uses name testnet3
Browse files Browse the repository at this point in the history
  • Loading branch information
Titan-C committed Jan 2, 2021
1 parent 0ea83c4 commit 16810f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class CoreMainParams(CoreChainParams):
PROOF_OF_WORK_LIMIT = 2**256-1 >> 32

class CoreTestNetParams(CoreMainParams):
NAME = 'testnet'
NAME = 'testnet3'
GENESIS_BLOCK = CBlock.deserialize(x('0100000000000000000000000000000000000000000000000000000000000000000000003ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4adae5494dffff001d1aa4ae180101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4d04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73ffffffff0100f2052a01000000434104678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5fac00000000'))

class CoreRegTestParams(CoreTestNetParams):
Expand Down

0 comments on commit 16810f4

Please sign in to comment.