mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
tezos: branch in sign_tx is not b58 encoded (#198)
This commit is contained in:
parent
d37abab57d
commit
65619112a0
@ -61,7 +61,7 @@ message TezosPublicKey {
|
|||||||
message TezosSignTx {
|
message TezosSignTx {
|
||||||
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
|
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
|
||||||
optional TezosCurveType curve = 2 [default=Ed25519]; // Curve to use in trezor
|
optional TezosCurveType curve = 2 [default=Ed25519]; // Curve to use in trezor
|
||||||
optional bytes branch = 3; // b58 encoded branch with prefix
|
optional bytes branch = 3;
|
||||||
|
|
||||||
optional TezosRevealOp reveal = 4; // Tezos reveal operation (may be bundled with other op)
|
optional TezosRevealOp reveal = 4; // Tezos reveal operation (may be bundled with other op)
|
||||||
optional TezosTransactionOp transaction = 5; // Tezos transaction operation
|
optional TezosTransactionOp transaction = 5; // Tezos transaction operation
|
||||||
|
Loading…
Reference in New Issue
Block a user