fix dbb cli
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from electrum.plugins import hook
|
||||
from .digitalbitbox import DigitalBitboxPlugin
|
||||
from ..hw_wallet import CmdLineHandler
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class CmdLineHandler:
|
||||
def stop(self):
|
||||
pass
|
||||
|
||||
def show_message(self, msg, on_cancel):
|
||||
def show_message(self, msg, on_cancel=None):
|
||||
print_msg(msg)
|
||||
|
||||
def update_status(self, b):
|
||||
|
||||
Reference in New Issue
Block a user