mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
src/apps/common: fix typo in set_u2f_counter
This commit is contained in:
parent
c0a0630cba
commit
4f98f02ff9
@ -108,7 +108,7 @@ def next_u2f_counter() -> int:
|
||||
|
||||
|
||||
def set_u2f_counter(cntr: int):
|
||||
config.set(_APP, _FLAGS, cntr.to_bytes(4, 'big'))
|
||||
config.set(_APP, _U2F_COUNTER, cntr.to_bytes(4, 'big'))
|
||||
|
||||
|
||||
def wipe():
|
||||
|
Loading…
Reference in New Issue
Block a user