1
0
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:
Pavol Rusnak 2018-02-10 17:45:25 +01:00
parent c1e1e8bf02
commit 77568496da
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -22,4 +22,4 @@ def set_seed(seed):
def clear():
global _seed, _state
_seed, _state = None
_seed, _state = None, None