From 65619112a012d6636d16f3dc822d3f0c31bfe79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Matejov?= Date: Mon, 27 Aug 2018 15:39:29 +0200 Subject: [PATCH] tezos: branch in sign_tx is not b58 encoded (#198) --- protob/messages-tezos.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protob/messages-tezos.proto b/protob/messages-tezos.proto index 2f954d4f0..4f3791a05 100644 --- a/protob/messages-tezos.proto +++ b/protob/messages-tezos.proto @@ -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