Exchange rate plugin fixes for multiple windows
This should be enough to keep everything working that was working before. The plugin itself needs a lot more work to fix existing bugs and be sane.
This commit is contained in:
@@ -319,7 +319,7 @@ class Plugin(BasePlugin):
|
||||
wallet.add_master_public_key('x3/', xpub3)
|
||||
|
||||
@hook
|
||||
def do_clear(self):
|
||||
def do_clear(self, window):
|
||||
self.is_billing = False
|
||||
|
||||
@hook
|
||||
|
||||
Reference in New Issue
Block a user