mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1709 from tnull/2022-09-make-access-error-debug
Derive `Debug` for `AccessError`
This commit is contained in:
commit
3a3c931c5a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue