X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2Fsrc%2Flib.rs;h=5c7c0dee8c10c4dddaf3ea630238db5e59387650;hb=ea15f0f448137311d95f645606a3bff99bcfca0d;hp=f9ce6c636c6d8e50e5df79ade58a30f0f76959cb;hpb=57017dfc0b610ef6095cb69ef50bd13274d5a2c8;p=rust-lightning diff --git a/lightning-block-sync/src/lib.rs b/lightning-block-sync/src/lib.rs index f9ce6c63..5c7c0dee 100644 --- a/lightning-block-sync/src/lib.rs +++ b/lightning-block-sync/src/lib.rs @@ -132,6 +132,9 @@ impl BlockSourceError { } /// Converts the error into the underlying error. + /// + /// May contain an [`std::io::Error`] from the [`BlockSource`]. See implementations for further + /// details, if any. pub fn into_inner(self) -> Box { self.error }