From ec24aa1d804d0dbd9ae866f25724c607ccb34f81 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 5 Mar 2018 15:56:10 +0100 Subject: [PATCH] proto: rename EthereumSignTx.txtype to tx_type --- protob/messages.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protob/messages.proto b/protob/messages.proto index ef8075f331..34108bab5d 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 bytes txtype = 10; // <=256 bit unsigned big endian + optional bytes tx_type = 10; // <=256 bit unsigned big endian (for Wanchain) } /**