mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
23a09fc047
If the device asks for a tx_hash which is not present in prev_txes, raise a ValueError with some more detailed messaging about the missing hash rather than the default dictionary lookup failure of KeyError.
2 lines
97 B
Plaintext
2 lines
97 B
Plaintext
Raise `ValueError` when the txid for an input is not present in `prev_txes` during `btc.sign_tx`
|