Skip to content

Commit

Permalink
Move BitcoinSegwitTestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wizz-wallet-dev committed Oct 11, 2024
1 parent a5c101b commit d382e5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions electrumx/lib/coins.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,10 @@ def warn_old_client_on_tx_broadcast(cls, client_ver):
return False


class BitcoinSegwitTestnet(BitcoinTestnet):
NAME = "BitcoinSegwit" # support legacy name


class BitcoinTestnet4(BitcoinTestnetMixin, AtomicalsCoinMixin, Coin):
NAME = "Bitcoin"
NET = "testnet4"
Expand Down Expand Up @@ -1029,10 +1033,6 @@ class BitcoinSegwitTestnet4(BitcoinTestnet4):
NAME = "BitcoinSegwit" # support legacy name


class BitcoinSegwitTestnet(BitcoinTestnet):
NAME = "BitcoinSegwit" # support legacy name


class BitcoinRegtest(BitcoinTestnet):
NAME = "Bitcoin"
NET = "regtest"
Expand Down

0 comments on commit d382e5b

Please sign in to comment.