mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 01:48:17 +00:00
src/apps/common: fix typo in cache
This commit is contained in:
parent
c1e1e8bf02
commit
77568496da
@ -22,4 +22,4 @@ def set_seed(seed):
|
||||
|
||||
def clear():
|
||||
global _seed, _state
|
||||
_seed, _state = None
|
||||
_seed, _state = None, None
|
||||
|
Loading…
Reference in New Issue
Block a user