Skip to content

Commit

Permalink
feat: remove useless macros
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-pastushenko committed Nov 14, 2023
1 parent ee4ea9b commit ad641b9
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 @@ -63,7 +63,7 @@ pub struct Block {
}

/// Wallet
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
#[derive(Debug, Serialize, Deserialize)]
pub struct Wallet {
/// Unique email address associated with the wallet.
pub email: String,
Expand Down

0 comments on commit ad641b9

Please sign in to comment.