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

pull/41/head
Adrián Matejov 6 years ago committed by Pavol Rusnak
parent d37abab57d
commit 65619112a0

@ -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

Loading…
Cancel
Save