From 101242f902bc628a076dca6e91a89ba3e390e116 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 25 Jan 2019 16:06:26 +0100 Subject: [PATCH] protobuf/eth: also 'to' is string --- protob/messages-ethereum.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protob/messages-ethereum.proto b/protob/messages-ethereum.proto index 49d1c69c0..0910df710 100644 --- a/protob/messages-ethereum.proto +++ b/protob/messages-ethereum.proto @@ -60,7 +60,7 @@ message EthereumSignTx { optional bytes nonce = 2; // <=256 bit unsigned big endian optional bytes gas_price = 3; // <=256 bit unsigned big endian (in wei) optional bytes gas_limit = 4; // <=256 bit unsigned big endian - optional bytes to = 5; // 160 bit address hash + optional string to = 11; // recipient address optional bytes value = 6; // <=256 bit unsigned big endian (in wei) optional bytes data_initial_chunk = 7; // The initial data chunk (<= 1024 bytes) optional uint32 data_length = 8; // Length of transaction payload