1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-01 07:42:31 +00:00
trezor-firmware/core/src/trezor
Pavol Rusnak d393fc6e85
Revert "core: replace BITCOIN_ONLY with a constant only in src/trezor/utils.py"
This reverts commit b9e7e93bcf.

Unfortunately this does not work, compiler cannot see it is a literal constant,
so it won't get optimized out, even when we use const(0). Also const(False)
is not supported at all.
2019-09-25 12:05:13 +02:00
..
crypto core: refactor slip39 2019-09-19 16:38:29 +02:00
messages Merge pull request #538 from trezor/andrewkozlik/fido2-signcount 2019-09-19 17:00:51 +02:00
res core/ui: Implement multi-page confirmation screen. 2019-09-11 15:33:16 +02:00
ui core: refactor slip39 2019-09-19 16:38:29 +02:00
wire core: fix style 2019-09-02 13:49:46 +02:00
__init__.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
errors.py core: refactor slip39 2019-09-19 16:38:29 +02:00
log.py core/log: be less noisy with ui.Cancelled exceptions 2019-08-22 17:37:31 +02:00
loop.py core/loop: fix last commit 2019-08-22 17:36:04 +02:00
pin.py core/pin: Avoid flicker in remaining time message. 2019-09-12 12:04:01 +02:00
utils.py Revert "core: replace BITCOIN_ONLY with a constant only in src/trezor/utils.py" 2019-09-25 12:05:13 +02:00
workflow.py core: fix style 2019-09-02 13:49:46 +02:00