Skip to content

Commit 2d8e99d

Browse files
committed
plan: Derive PartialEq, Eq, Hash for Assets
1 parent f52ad1a commit 2d8e99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ impl TaprootAvailableLeaves {
494494
}
495495

496496
/// The Assets we can use to satisfy a particular spending path
497-
#[derive(Debug, Default, Clone)]
497+
#[derive(Debug, Default, Clone, PartialEq, Eq, Hash)]
498498
pub struct Assets {
499499
/// Keys the user can sign for, and how.
500500
///

0 commit comments

Comments
 (0)