diff --git a/src/plan.rs b/src/plan.rs index c3bfd5618..7cb085ddf 100644 --- a/src/plan.rs +++ b/src/plan.rs @@ -494,7 +494,7 @@ impl TaprootAvailableLeaves { } /// The Assets we can use to satisfy a particular spending path -#[derive(Debug, Default)] +#[derive(Debug, Default, Clone)] pub struct Assets { /// Keys the user can sign for, and how. ///