mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
fix init call in cosignerpool plugin
This commit is contained in:
parent
7275955eef
commit
790e0e56e2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
def enable(self):
|
||||
self.set_enabled(True)
|
||||
self.init()
|
||||
self.init_qt()
|
||||
if self.win.wallet:
|
||||
self.load_wallet(self.win.wallet)
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue