mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
Merge pull request #266 from trezor/tsusanka/eth-address
Send address in EthereumAddress as string instead of bytes
This commit is contained in:
commit
6a39049cc1
@ -44,7 +44,7 @@ message EthereumGetAddress {
|
|||||||
* @end
|
* @end
|
||||||
*/
|
*/
|
||||||
message EthereumAddress {
|
message EthereumAddress {
|
||||||
required bytes address = 1; // Coin address as an Ethereum 160 bit hash
|
required string address = 2; // Ethereum address as string
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user