mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 11:28:14 +00:00
protob: drop StellarSignTx.protocol_version
This commit is contained in:
parent
5eae03131c
commit
1ee1afd978
@ -52,7 +52,6 @@ message StellarAddress {
|
|||||||
* @next StellarTxOpRequest
|
* @next StellarTxOpRequest
|
||||||
*/
|
*/
|
||||||
message StellarSignTx {
|
message StellarSignTx {
|
||||||
optional uint32 protocol_version = 1; // version of the protofbuf messaging protocol the client is using
|
|
||||||
repeated uint32 address_n = 2; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
repeated uint32 address_n = 2; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
||||||
optional string network_passphrase = 3; // passphrase for signing messages on the destination network
|
optional string network_passphrase = 3; // passphrase for signing messages on the destination network
|
||||||
optional string source_account = 4; // source account address
|
optional string source_account = 4; // source account address
|
||||||
|
Loading…
Reference in New Issue
Block a user