From f8100d1f6c59e4c0c6bcf48c4fffca45afb1d490 Mon Sep 17 00:00:00 2001 From: Ami <89191895+amiKingo@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:00:56 +0300 Subject: [PATCH] Fix bitcoin-cash regtest config --- hdwallet/cryptocurrencies/bitcoincash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdwallet/cryptocurrencies/bitcoincash.py b/hdwallet/cryptocurrencies/bitcoincash.py index deaeee6..11f65fc 100644 --- a/hdwallet/cryptocurrencies/bitcoincash.py +++ b/hdwallet/cryptocurrencies/bitcoincash.py @@ -73,7 +73,7 @@ class Testnet(INetwork): WIF_PREFIX = 0xef -class Regtest(INetwork): +class Regtest(Testnet): HRP = "bchreg"