mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
stellar: StellarSignMessage.message is bytes not string
This commit is contained in:
parent
e400accca6
commit
b91db285ba
@ -1028,7 +1028,7 @@ message StellarPublicKey {
|
|||||||
message StellarSignMessage {
|
message StellarSignMessage {
|
||||||
repeated uint32 address_n = 1; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user