Skip to content

Commit 01edfec

Browse files
committed
plan: derive Clone for Assets
1 parent f215063 commit 01edfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)]
497+
#[derive(Debug, Default, Clone)]
498498
pub struct Assets {
499499
/// Keys the user can sign for, and how.
500500
///

0 commit comments

Comments
 (0)