Skip to content

Commit

Permalink
extends derive
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 28, 2021
1 parent b5f4e46 commit d145506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -19,7 +19,7 @@ use std::path::Path;

pub type WalletAlias = String;

#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum WalletType {
Account,
UTxO,
Expand Down
Expand Up @@ -7,7 +7,7 @@ use chain_impl_mockchain::value::Value;
pub use external::ExternalWalletTemplate;
pub use legacy::LegacyWalletTemplate;

#[derive(Clone, Debug)]
#[derive(Clone, Debug, Eq, PartialEq, Hash)]
pub struct WalletTemplate {
alias: WalletAlias,
value: Value,
Expand Down

0 comments on commit d145506

Please sign in to comment.