diff --git a/libs/sdk-common/src/lnurl/specs/pay.rs b/libs/sdk-common/src/lnurl/specs/pay.rs index fe04f1e1b..bf278fcd6 100644 --- a/libs/sdk-common/src/lnurl/specs/pay.rs +++ b/libs/sdk-common/src/lnurl/specs/pay.rs @@ -132,7 +132,7 @@ pub mod model { pub data: LnUrlPayRequestData, /// The amount in millisatoshis for this payment pub amount_msat: u64, - #[cfg(not(feature = "liquid"))] + #[cfg(not(feature = "liquid"))] // Only available for the Greenlight SDK /// Trampoline payments outsource pathfinding to the LSP. Trampoline payments can improve /// payment performance, but are generally more expensive in terms of fees and they /// compromise on privacy.