Skip to content

Commit

Permalink
Remove unnecessary feature gate
Browse files Browse the repository at this point in the history
Removed gate is already inside a v2 feature module.
  • Loading branch information
DanGould committed Feb 1, 2025
1 parent a320b28 commit 906831c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion payjoin/src/receive/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 906831c

Please sign in to comment.