Restore dummy NAME and NET

This commit is contained in:
Neil Booth 2017-03-26 12:29:04 +09:00
parent 860a4e8e93
commit 9620aa8bb6

View File

@ -295,6 +295,8 @@ class Coin(object):
class CoinAuxPow(Coin):
# Set NAME and NET to avoid exception in Coin::lookup_coin_class
NAME = ''
NET = ''
STATIC_BLOCK_HEADERS = False
@classmethod