mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
wallet/signing: clear extra_data fields after we're done with them
otherwise the values are repeated in every subsequent TxRequest
This commit is contained in:
parent
e1946509e8
commit
48da28b41e
@ -87,6 +87,8 @@ def request_tx_extra_data(
|
|||||||
tx_req.details.request_index = None
|
tx_req.details.request_index = None
|
||||||
ack = yield tx_req
|
ack = yield tx_req
|
||||||
tx_req.serialized = None
|
tx_req.serialized = None
|
||||||
|
tx_req.details.extra_data_offset = None
|
||||||
|
tx_req.details.extra_data_len = None
|
||||||
return ack.tx.extra_data
|
return ack.tx.extra_data
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user