mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Add validator duties gRPC service to val. client
This commit is contained in:
@@ -4,7 +4,6 @@ use bls::PublicKey;
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub enum BeaconNodeError {
|
||||
RemoteFailure(String),
|
||||
DecodeFailure,
|
||||
}
|
||||
|
||||
pub trait BeaconNode: Send + Sync {
|
||||
|
||||
Reference in New Issue
Block a user