File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const BDK_CLIENT_CONCURRENCY: u8 = 8;
9898const LDK_PAYMENT_RETRY_TIMEOUT : Duration = Duration :: from_secs ( 10 ) ;
9999
100100#[ derive( Debug , Clone ) ]
101- /// Represents the configuration of an `LdkLite` instance.
101+ /// Represents the configuration of an [ `LdkLite`] instance.
102102pub struct LdkLiteConfig {
103103 /// The path where the underlying LDK and BDK persist their data.
104104 pub storage_dir_path : String ,
@@ -384,7 +384,7 @@ impl LdkLiteBuilder {
384384 }
385385}
386386
387- /// Wraps all objects that need to be preserved during the run time of `LdkLite`. Will be dropped
387+ /// Wraps all objects that need to be preserved during the run time of [ `LdkLite`] . Will be dropped
388388/// upon [`LdkLite::stop()`].
389389struct LdkLiteRuntime {
390390 tokio_runtime : tokio:: runtime:: Runtime ,
You can’t perform that action at this time.
0 commit comments