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.
Debug
AccessError
1 parent 301efc8 commit 689ac25Copy full SHA for 689ac25
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