1
0

kivy: confirm all actions even if there is no PIN set

eh.. I've just consolidated hundreds of testnet UTXOs by accident
This commit is contained in:
SomberNight
2020-05-15 19:11:31 +02:00
parent 1ac41b33a2
commit eba3fa03ee
5 changed files with 25 additions and 12 deletions

View File

@@ -253,7 +253,7 @@ class TxDialog(Factory.Popup):
self.do_sign()
def do_sign(self):
self.app.protected(_("Enter your PIN code in order to sign this transaction"), self._do_sign, ())
self.app.protected(_("Sign this transaction?"), self._do_sign, ())
def _do_sign(self, password):
self.status_str = _('Signing') + '...'