Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Dec 6, 2023
1 parent f062ea5 commit c0957e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl From<AppSW> for Reply {
}

/// Possible input commands received through APDUs.
enum Instruction {
pub enum Instruction {
GetVersion,
GetAppName,
GetPubkey { display: bool },
Expand Down

0 comments on commit c0957e7

Please sign in to comment.