1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00

Added txtype as optional field in preparation of Wanchain support

This commit is contained in:
Peter van Mourik 2018-03-05 13:17:53 +01:00 committed by Pavol Rusnak
parent 0924bd6826
commit bdefc5ac37

View File

@ -688,6 +688,7 @@ message EthereumSignTx {
optional bytes data_initial_chunk = 7; // The initial data chunk (<= 1024 bytes)
optional uint32 data_length = 8; // Length of transaction payload
optional uint32 chain_id = 9; // Chain Id for EIP 155
optional bytes txtype = 10; // <=256 bit unsigned big endian
}
/**