From 564310d34d799f88f391573fd43eeea3d95a43c3 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Mon, 20 Aug 2018 15:49:52 +0200 Subject: [PATCH] protob: cardano's GetPublicKey has show_display arg updates https://github.com/trezor/trezor-core/issues/324 --- protob/messages-cardano.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/messages-cardano.proto b/protob/messages-cardano.proto index 8962210f4..8aa2d0b89 100644 --- a/protob/messages-cardano.proto +++ b/protob/messages-cardano.proto @@ -34,6 +34,7 @@ message CardanoAddress { */ message CardanoGetPublicKey { repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node + optional bool show_display = 2; // optionally show on display before sending the result } /**