1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

stellar: StellarSignMessage.message is bytes not string

This commit is contained in:
Tomas Susanka 2018-05-14 15:12:09 +02:00
parent e400accca6
commit b91db285ba

View File

@ -1028,7 +1028,7 @@ message StellarPublicKey {
message StellarSignMessage {
repeated uint32 address_n = 1; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
optional string message = 2; // Message to sign
optional bytes message = 2; // Message to sign
}
/**