Derive Debug for AccessError

This commit is contained in:
Elias Rohrer 2022-09-09 15:18:43 +02:00
parent 301efc8a81
commit 689ac256ab
No known key found for this signature in database
GPG key ID: 36153082BDF676FD

View file

@ -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,