1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00

proto: rename EthereumSignTx.txtype to tx_type

This commit is contained in:
Pavol Rusnak 2018-03-05 15:56:10 +01:00
parent bdefc5ac37
commit ec24aa1d80
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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 txtype = 10; // <=256 bit unsigned big endian
optional bytes tx_type = 10; // <=256 bit unsigned big endian (for Wanchain)
}
/**