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

tezos: branch in sign_tx is not b58 encoded (#198)

This commit is contained in:
Adrián Matejov 2018-08-27 15:39:29 +02:00 committed by Pavol Rusnak
parent d37abab57d
commit 65619112a0

View File

@ -61,7 +61,7 @@ message TezosPublicKey {
message TezosSignTx {
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 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 TezosTransactionOp transaction = 5; // Tezos transaction operation