You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
/// The intercept short channel id used by LSP to identify need to open channel.
153
-
pubintercept_scid:InterceptScid,
153
+
pubjit_channel_scid:InterceptScid,
154
154
/// The locktime expiry delta the lsp requires.
155
155
publsp_cltv_expiry_delta:u32,
156
156
/// A flag that indicates who is trusting who.
@@ -375,4 +375,56 @@ mod tests {
375
375
let json_str = r#"{"opening_fee_params":{"max_client_to_self_delay":128,"max_payment_size_msat":"100000000","min_fee_msat":"100","min_lifetime":144,"min_payment_size_msat":"1","promise":"1134a5c51e3ba2e8f4259610d5e12c1bf4c50ddcd3f8af563e0a00d1fff41dea","proportional":21,"valid_until":"2023-05-20T08:30:45Z"},"payment_size_msat":null}"#;
0 commit comments