1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-19 19:12:03 +00:00
trezor-firmware/src/apps/wallet/sign_tx
Jochen Hoenicke 37ae7c06a4 signtx layout: check if address starts with prefix
Only addresses starting with bitcoincash: should get their prefix
skipped. This fixes a bug where it skips the first bytes of legacy
addresses.
2018-06-28 11:07:38 +02:00
..
__init__.py sign_tx: require confirmation of inputs from other chains 2018-06-21 14:00:29 +02:00
addresses.py src/apps: some import refactoring 2018-06-05 20:21:31 +02:00
helpers.py sign_tx: require confirmation of inputs from other chains 2018-06-21 14:00:29 +02:00
layout.py signtx layout: check if address starts with prefix 2018-06-28 11:07:38 +02:00
multisig.py src/apps: some import refactoring 2018-06-05 20:21:31 +02:00
overwinter_zip143.py embed/extmod/modtrezorcrypto: use kwargs for Blake2b/Blake2s 2018-06-19 18:15:58 +02:00
progress.py src/apps/wallet/sign_tx: use visual progress 2018-02-28 01:49:05 +01:00
scripts.py src/apps: some import refactoring 2018-06-05 20:21:31 +02:00
segwit_bip143.py src/apps/wallet/sign_tx: refactor writers.get_tx_hash usage 2018-06-13 17:19:56 +02:00
signing.py src/apps/wallet: fix address_n_matches_coin function 2018-06-21 17:01:46 +02:00
tx_weight_calculator.py singing: multisig 2018-02-26 16:13:00 +01:00
writers.py src/apps/wallet/sign_tx: refactor writers.get_tx_hash usage 2018-06-13 17:19:56 +02:00