mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Derive Debug
for AccessError
This commit is contained in:
parent
301efc8a81
commit
689ac256ab
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