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.
2 parents 3fb3218 + 689ac25 commit 3a3c931Copy full SHA for 3a3c931
lightning/src/chain/mod.rs
@@ -61,7 +61,7 @@ impl BestBlock {
61
}
62
63
/// An error when accessing the chain via [`Access`].
64
-#[derive(Clone)]
+#[derive(Clone, Debug)]
65
pub enum AccessError {
66
/// The requested chain is unknown.
67
UnknownChain,
0 commit comments