From 5a4fe5cf8f1279dfb9718a2de19c8b67c76749b5 Mon Sep 17 00:00:00 2001 From: DanGould Date: Wed, 16 Oct 2024 22:30:13 -0400 Subject: [PATCH] Clone V1Context --- payjoin/src/send/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/payjoin/src/send/mod.rs b/payjoin/src/send/mod.rs index 1dae2d2f..6821d940 100644 --- a/payjoin/src/send/mod.rs +++ b/payjoin/src/send/mod.rs @@ -374,6 +374,7 @@ pub enum Context { V2(V2PostContext), } +#[derive(Clone)] pub struct V1Context { psbt_context: PsbtContext, }