X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-block-sync%2Fsrc%2Flib.rs;fp=lightning-block-sync%2Fsrc%2Flib.rs;h=0a7c655147ff0c85faf1297a2830d95b1f5746ce;hb=8408b8d0e47b46fbec7042feb5fa16e25500c6a6;hp=189a68be0654dab1453ef459d3046d5d0001c17d;hpb=fbe9f47e12089c574db8f2a903e2cbdf4863605f;p=rust-lightning diff --git a/lightning-block-sync/src/lib.rs b/lightning-block-sync/src/lib.rs index 189a68be..0a7c6551 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 }