Skip to content

Commit

Permalink
Derive Debug for AccessError
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 9, 2022
1 parent 301efc8 commit 689ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/chain/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl BestBlock {
}

/// An error when accessing the chain via [`Access`].
#[derive(Clone)]
#[derive(Clone, Debug)]
pub enum AccessError {
/// The requested chain is unknown.
UnknownChain,
Expand Down

0 comments on commit 689ac25

Please sign in to comment.