mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Implement basic BeaconChain persistence.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
// generates error types
|
||||
|
||||
use error_chain::{
|
||||
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
|
||||
impl_extract_backtrace,
|
||||
};
|
||||
use error_chain::error_chain;
|
||||
|
||||
error_chain! {}
|
||||
|
||||
Reference in New Issue
Block a user