Skip to content

Commit 689ac25

Browse files
committed
Derive Debug for AccessError
1 parent 301efc8 commit 689ac25

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)