From c0957e79202fd53de2d1e6caf23fe6ad5c5bc09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20H=C3=A9riveaux?= Date: Wed, 6 Dec 2023 12:22:28 +0100 Subject: [PATCH] Fixed compilation error --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 03e7f2a..8f10f4f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,7 +85,7 @@ impl From for Reply { } /// Possible input commands received through APDUs. -enum Instruction { +pub enum Instruction { GetVersion, GetAppName, GetPubkey { display: bool },