Merge pull request #2078 from AdvaitPote/bigsize_tests
[rust-lightning] / lightning-block-sync / src / lib.rs
index f9ce6c636c6d8e50e5df79ade58a30f0f76959cb..5c7c0dee8c10c4dddaf3ea630238db5e59387650 100644 (file)
@@ -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<dyn std::error::Error + Send + Sync> {
                self.error
        }