File tree 1 file changed +2
-2
lines changed
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;
98
98
const LDK_PAYMENT_RETRY_TIMEOUT : Duration = Duration :: from_secs ( 10 ) ;
99
99
100
100
#[ derive( Debug , Clone ) ]
101
- /// Represents the configuration of an `LdkLite` instance.
101
+ /// Represents the configuration of an [ `LdkLite`] instance.
102
102
pub struct LdkLiteConfig {
103
103
/// The path where the underlying LDK and BDK persist their data.
104
104
pub storage_dir_path : String ,
@@ -384,7 +384,7 @@ impl LdkLiteBuilder {
384
384
}
385
385
}
386
386
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
388
388
/// upon [`LdkLite::stop()`].
389
389
struct LdkLiteRuntime {
390
390
tokio_runtime : tokio:: runtime:: Runtime ,
You can’t perform that action at this time.
0 commit comments