Skip to content

Commit

Permalink
Add Hash to DeviceKind
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Apr 4, 2024
1 parent ccb1001 commit cf42097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl std::fmt::Display for Version {

/// DeviceType is the result of the following process:
/// If it is talking like a Duck© hardware wallet it is a Duck© hardware wallet.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum DeviceKind {
BitBox02,
Coldcard,
Expand Down

0 comments on commit cf42097

Please sign in to comment.