Skip to content

Commit e0e17d7

Browse files
Copilotrichardkiss
andcommitted
Fix: Use uppercase hex for BIP32 pub prefix consistency
Co-authored-by: richardkiss <5336+richardkiss@users.noreply.github.com>
1 parent 014cd51 commit e0e17d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycoin/symbols/tzec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
network = create_bitcoinish_network(
44
symbol="tZEC", network_name="Zcash", subnet_name="testnet",
55
wif_prefix_hex="ef", address_prefix_hex="1d25", pay_to_script_prefix_hex="1cba",
6-
bip32_prv_prefix_hex="04358394", bip32_pub_prefix_hex="043587cf")
6+
bip32_prv_prefix_hex="04358394", bip32_pub_prefix_hex="043587CF")

0 commit comments

Comments
 (0)