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