1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 09:58:27 +00:00

Revert "add EthereumSignTx.prefix"

This reverts commit 78da723c06.
This commit is contained in:
Pavol Rusnak 2017-04-30 03:24:54 +02:00
parent 2148e5ff8d
commit fe6e62c11f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -625,7 +625,6 @@ 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
} }
/** /**