set self.wallet to None in plugin constructor
This commit is contained in:
@@ -71,6 +71,7 @@ class BasePlugin:
|
||||
def __init__(self, config, name):
|
||||
self.name = name
|
||||
self.config = config
|
||||
self.wallet = None
|
||||
# add self to hooks
|
||||
for k in dir(self):
|
||||
if k in hook_names:
|
||||
|
||||
Reference in New Issue
Block a user