X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-block-sync%2Fsrc%2Flib.rs;h=5c7c0dee8c10c4dddaf3ea630238db5e59387650;hb=3c525ef694130affba5b41ed7b91570b3d95c45e;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 }