From 906831cc7356796744c0c2c278c6ddd4cbac0900 Mon Sep 17 00:00:00 2001 From: DanGould Date: Thu, 30 Jan 2025 14:29:34 -0500 Subject: [PATCH] Remove unnecessary feature gate Removed gate is already inside a v2 feature module. --- payjoin/src/receive/v2/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/payjoin/src/receive/v2/mod.rs b/payjoin/src/receive/v2/mod.rs index eca1b876..78f688be 100644 --- a/payjoin/src/receive/v2/mod.rs +++ b/payjoin/src/receive/v2/mod.rs @@ -484,7 +484,6 @@ impl PayjoinProposal { pub fn psbt(&self) -> &Psbt { self.v1.psbt() } - #[cfg(feature = "v2")] pub fn extract_v2_req( &mut self, ohttp_relay: impl IntoUrl,