Skip to content

Commit d552eaa

Browse files
authored
Merge pull request #104 from amikingo/fix-bch
Fix bitcoin-cash regtest config
2 parents 89c5aca + f8100d1 commit d552eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdwallet/cryptocurrencies/bitcoincash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Testnet(INetwork):
7373
WIF_PREFIX = 0xef
7474

7575

76-
class Regtest(INetwork):
76+
class Regtest(Testnet):
7777

7878
HRP = "bchreg"
7979

0 commit comments

Comments
 (0)