Skip to content

Commit e1a48d5

Browse files
authored
Merge 2d8e99d into f52ad1a
2 parents f52ad1a + 2d8e99d commit e1a48d5

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)