Browse Source

Tweaks to coins.py

master
Neil Booth 8 years ago
parent
commit
a88fc75610
  1. 4
      lib/coins.py

4
lib/coins.py

@ -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…
Cancel
Save