Skip to content

Commit

Permalink
Merge pull request #104 from amikingo/fix-bch
Browse files Browse the repository at this point in the history
Fix bitcoin-cash regtest config
  • Loading branch information
meherett authored Nov 30, 2024
2 parents 89c5aca + f8100d1 commit d552eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdwallet/cryptocurrencies/bitcoincash.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Testnet(INetwork):
WIF_PREFIX = 0xef


class Regtest(INetwork):
class Regtest(Testnet):

HRP = "bchreg"

Expand Down

0 comments on commit d552eaa

Please sign in to comment.