Tweaks to coins.py
This commit is contained in:
parent
9a00c9e164
commit
a88fc75610
@ -295,8 +295,6 @@ class Coin(object):
|
|||||||
|
|
||||||
class CoinAuxPow(Coin):
|
class CoinAuxPow(Coin):
|
||||||
# Set NAME and NET to avoid exception in Coin::lookup_coin_class
|
# Set NAME and NET to avoid exception in Coin::lookup_coin_class
|
||||||
NAME = ""
|
|
||||||
NET = ""
|
|
||||||
STATIC_BLOCK_HEADERS = False
|
STATIC_BLOCK_HEADERS = False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -499,8 +497,6 @@ class NamecoinTestnet(Namecoin):
|
|||||||
'a4cccff2a4767a8eee39c11db367b008')
|
'a4cccff2a4767a8eee39c11db367b008')
|
||||||
|
|
||||||
|
|
||||||
# For DOGE there is disagreement across sites like bip32.org and
|
|
||||||
# pycoin. Taken from bip32.org and bitmerchant on github
|
|
||||||
class Dogecoin(CoinAuxPow):
|
class Dogecoin(CoinAuxPow):
|
||||||
NAME = "Dogecoin"
|
NAME = "Dogecoin"
|
||||||
SHORTNAME = "DOGE"
|
SHORTNAME = "DOGE"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user