protob: change comment for tx_type

This commit is contained in:
Pavol Rusnak 2018-03-07 12:18:26 +01:00
parent 42e2f494b2
commit 7e61f37038
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

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