trezor pin dialog: only show PIN "strength" when creating/changing
fixes #4832
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user