We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/spesmilo/electrumx/blob/master/electrumx/lib/coins.py includes Dogecoin(AuxPowMixin, Coin) and DogecoinTestnet(Dogecoin) but it lacks DogecoinRegtest(DogecoinTestnet) for some weird reason.
Dogecoin(AuxPowMixin, Coin)
DogecoinTestnet(Dogecoin)
DogecoinRegtest(DogecoinTestnet)
class DogecoinRegtest(DogecoinTestnet): NAME = "Dogecoin" SHORTNAME = "XDG" NET = "regtest" GENESIS_HASH = ('3d2160a3b5dc4a9d62e7e66a295f7031' '3ac808440ef7400d6c0772171ce973a5') PEERS = [] TX_COUNT = 1 TX_COUNT_HEIGHT = 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/spesmilo/electrumx/blob/master/electrumx/lib/coins.py includes
Dogecoin(AuxPowMixin, Coin)
andDogecoinTestnet(Dogecoin)
but it lacksDogecoinRegtest(DogecoinTestnet)
for some weird reason.The text was updated successfully, but these errors were encountered: