We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f52ad1a + 2d8e99d commit e1a48d5Copy full SHA for e1a48d5
1 file changed
src/plan.rs
@@ -494,7 +494,7 @@ impl TaprootAvailableLeaves {
494
}
495
496
/// The Assets we can use to satisfy a particular spending path
497
-#[derive(Debug, Default, Clone)]
+#[derive(Debug, Default, Clone, PartialEq, Eq, Hash)]
498
pub struct Assets {
499
/// Keys the user can sign for, and how.
500
///
0 commit comments