Skip to content

Commit 3a3c931

Browse files
authored
Merge pull request #1709 from tnull/2022-09-make-access-error-debug
Derive `Debug` for `AccessError`
2 parents 3fb3218 + 689ac25 commit 3a3c931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl BestBlock {
6161
}
6262

6363
/// An error when accessing the chain via [`Access`].
64-
#[derive(Clone)]
64+
#[derive(Clone, Debug)]
6565
pub enum AccessError {
6666
/// The requested chain is unknown.
6767
UnknownChain,

0 commit comments

Comments
 (0)