mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 19:31:04 +00:00
docs(core): Add comment about "Invalid original TXID" message.
This commit is contained in:
parent
d252539125
commit
a609eb5e90
@ -185,4 +185,8 @@ class OriginalTxInfo(TxInfoBase):
|
|||||||
if self.orig_hash != writers.get_tx_hash(
|
if self.orig_hash != writers.get_tx_hash(
|
||||||
self.h_tx, double=self.signer.coin.sign_hash_double, reverse=True
|
self.h_tx, double=self.signer.coin.sign_hash_double, reverse=True
|
||||||
):
|
):
|
||||||
|
# This may happen if incorrect information is supplied in the TXORIGINPUT
|
||||||
|
# or TXORIGOUTPUT responses or if the device is loaded with the wrong seed,
|
||||||
|
# because we derive the scriptPubKeys of change-outputs from the seed using
|
||||||
|
# the provided path.
|
||||||
raise wire.ProcessError("Invalid original TXID.")
|
raise wire.ProcessError("Invalid original TXID.")
|
||||||
|
Loading…
Reference in New Issue
Block a user