mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-11 07:02:41 +00:00
![Andrew Chow](/assets/img/avatar_default.png)
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`
|