diff --git a/payjoin/src/uri/mod.rs b/payjoin/src/uri/mod.rs index a1a88d66..aa8cc693 100644 --- a/payjoin/src/uri/mod.rs +++ b/payjoin/src/uri/mod.rs @@ -83,6 +83,7 @@ impl<'a> UriExt<'a> for Uri<'a, NetworkChecked> { /// /// Payjoin receiver can use this builder to create a payjoin /// uri to send to the sender. +#[derive(Clone)] pub struct PjUriBuilder { /// Address you want to receive funds to. address: Address,