From 7e61f3703883da2f58d1988b373503cfe7c3561c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 7 Mar 2018 12:18:26 +0100 Subject: [PATCH] protob: change comment for tx_type --- protob/messages.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protob/messages.proto b/protob/messages.proto index b11620466..44a11953d 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -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) } /**