1
0

trezor pin dialog: only show PIN "strength" when creating/changing

fixes #4832
This commit is contained in:
SomberNight
2020-04-07 18:56:14 +02:00
parent 5259fcb6fd
commit caefea19dd
9 changed files with 35 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ class ColdcardCmdLineHandler(CmdLineHandler):
def get_passphrase(self, msg, confirm):
raise NotImplementedError
def get_pin(self, msg):
def get_pin(self, msg, *, show_strength=True):
raise NotImplementedError
def prompt_auth(self, msg):