mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
add EthereumSignTx.prefix
This commit is contained in:
parent
29ecc3e24b
commit
78da723c06
@ -625,6 +625,7 @@ message EthereumSignTx {
|
|||||||
optional bytes data_initial_chunk = 7; // The initial data chunk (<= 1024 bytes)
|
optional bytes data_initial_chunk = 7; // The initial data chunk (<= 1024 bytes)
|
||||||
optional uint32 data_length = 8; // Length of transaction payload
|
optional uint32 data_length = 8; // Length of transaction payload
|
||||||
optional uint32 chain_id = 9; // Chain Id for EIP 155
|
optional uint32 chain_id = 9; // Chain Id for EIP 155
|
||||||
|
optional bytes prefix = 10; // Prefix to be serialized as first item of RLP list
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user