trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

use `storage.cache.set_bool`

Open matejcik opened this issue 1 year ago • 0 comments

#3743 introduces storage.cache.set_bool() / get_bool() pair. in a couple place we define a 1-sized flags in cache and then check them against "true byte". we should replace them with 0-sized flags and use set_bool() and get_bool() to manage them

matejcik avatar May 27 '24 13:05 matejcik