We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
LSPS2ServiceHandler
1 parent 4615cd8 commit f93caaeCopy full SHA for f93caae
lightning-liquidity/src/lsps2/service.rs
@@ -586,6 +586,11 @@ where
586
}
587
588
589
+ /// Returns a reference to the used config.
590
+ pub fn config(&self) -> &LSPS2ServiceConfig {
591
+ &self.config
592
+ }
593
+
594
/// Used by LSP to inform a client requesting a JIT Channel the token they used is invalid.
595
///
596
/// Should be called in response to receiving a [`LSPS2ServiceEvent::GetInfo`] event.
0 commit comments