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.
1 parent 49749e7 commit a9ab616Copy full SHA for a9ab616
lightning-block-sync/src/init.rs
@@ -59,7 +59,7 @@ where
59
///
60
/// use lightning_block_sync::*;
61
62
-/// use std::io::Cursor;
+/// use lightning::io::Cursor;
63
64
/// async fn init_sync<
65
/// B: BlockSource,
lightning-invoice/src/lib.rs
@@ -148,7 +148,6 @@ pub const DEFAULT_MIN_FINAL_CLTV_EXPIRY_DELTA: u64 = 18;
148
/// ensures that only a semantically and syntactically correct invoice can be built using it.
149
150
/// ```
151
-/// extern crate secp256k1;
152
/// extern crate lightning;
153
/// extern crate lightning_invoice;
154
/// extern crate bitcoin;
0 commit comments