diff --git a/protob/messages-ethereum.proto b/protob/messages-ethereum.proto index 96a1d9323b..d591143502 100644 --- a/protob/messages-ethereum.proto +++ b/protob/messages-ethereum.proto @@ -44,7 +44,7 @@ message EthereumGetAddress { * @end */ message EthereumAddress { - required bytes address = 1; // Coin address as an Ethereum 160 bit hash + required string address = 2; // Ethereum address as string } /**