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:
@@ -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') + '...'
|
||||
|
||||
Reference in New Issue
Block a user