Skip to content

Commit

Permalink
sort traits on WalletDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Sep 14, 2023
1 parent ec7be31 commit 2083308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/core/src/storage/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Drop for AccessContext {
}
}

#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord)]
pub struct WalletDescriptor {
pub title: Option<String>,
pub filename: String,
Expand Down

0 comments on commit 2083308

Please sign in to comment.