Skip to content

Commit

Permalink
Merge pull request #312 from dalijolijo/master
Browse files Browse the repository at this point in the history
fix tbtx network values
  • Loading branch information
richardkiss committed Dec 22, 2018
2 parents 727a705 + 7c1e2a4 commit f81609d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycoin/symbols/tbtx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

network = create_bitcoinish_network(
symbol="TBTX", network_name="BitCore", subnet_name="testnet3",
wif_prefix_hex="EF", sec_prefix="TBTXSEC:", address_prefix_hex="6F", pay_to_script_prefix_hex="EF",
wif_prefix_hex="EF", sec_prefix="TBTXSEC:", address_prefix_hex="6F", pay_to_script_prefix_hex="C4",
bip32_prv_prefix_hex="04358394", bip32_pub_prefix_hex="043587CF",
magic_header_hex="fbd2c8f1", default_port=8666,
magic_header_hex="FDD2C8F1", default_port=8666,
dns_bootstrap=[
"188.68.52.172", "51.15.84.165"
])

0 comments on commit f81609d

Please sign in to comment.