willexecutor default selected

This commit is contained in:
Copronista 2025-04-07 08:27:56 -04:00
parent bdcf1929f5
commit f54f4e2cee
2 changed files with 3 additions and 2 deletions

3
bal.py
View File

@ -73,7 +73,8 @@ class BalPlugin(BasePlugin):
"base_fee": 100000,
"status": "New",
"info":"Bitcoin After Life Will Executor",
"address":"bcrt1qa5cntu4hgadw8zd3n6sq2nzjy34sxdtd9u0gp7"
"address":"bcrt1qa5cntu4hgadw8zd3n6sq2nzjy34sxdtd9u0gp7",
"selected":True
}
},
}

View File

@ -225,7 +225,7 @@ class BalCloseDialog(BalDialog):
#self._stopping=True
#self.on_success_phase2()
# return
print("have to sign",self.have_to_sign)
_logger.debug("have to sign",self.have_to_sign)
password=None
if self.have_to_sign is None:
self.msg_set_invalidating()