Restore dummy NAME and NET
This commit is contained in:
parent
860a4e8e93
commit
9620aa8bb6
@ -295,6 +295,8 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user