Skip to content

Commit

Permalink
Fix bitcoin-cash regtest config
Browse files Browse the repository at this point in the history
  • Loading branch information
amikingo committed Nov 30, 2024
1 parent 89c5aca commit f8100d1
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 f8100d1

Please sign in to comment.