Skip to content

Commit

Permalink
Add comment as to why use_trampoline is excluded on Liquid feature
Browse files Browse the repository at this point in the history
Co-authored-by: ok300 <[email protected]>
  • Loading branch information
erdemyerebasmaz and ok300 authored Aug 20, 2024
1 parent aaa5405 commit 2bc395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-common/src/lnurl/specs/pay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2bc395a

Please sign in to comment.