1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-28 16:21:03 +00:00

Changed tx_type to uint32

This commit is contained in:
Peter van Mourik 2018-03-07 12:14:32 +01:00 committed by Pavol Rusnak
parent ec24aa1d80
commit 42e2f494b2

View File

@ -688,7 +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 tx_type = 10; // <=256 bit unsigned big endian (for Wanchain)
optional uint32 tx_type = 10; // <=256 bit unsigned big endian (for Wanchain)
}
/**