From bdefc5ac372493ee5fc84e91f10ceb2faac9676e Mon Sep 17 00:00:00 2001 From: Peter van Mourik Date: Mon, 5 Mar 2018 13:17:53 +0100 Subject: [PATCH] Added txtype as optional field in preparation of Wanchain support --- protob/messages.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/messages.proto b/protob/messages.proto index 5d193282c..ef8075f33 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -688,6 +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 } /**