diff --git a/protob/messages.proto b/protob/messages.proto index 9667cf5c9b..3b9ee9a199 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -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 } /**