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 8232419 commit 6d9cefdCopy full SHA for 6d9cefd
lightning/src/chain/mod.rs
@@ -58,8 +58,6 @@ impl BestBlock {
58
pub fn height(&self) -> u32 { self.height }
59
}
60
61
-
62
63
/// An error when accessing the chain via [`Access`].
64
#[derive(Clone)]
65
pub enum AccessError {
0 commit comments