Update validator client for block body update
This commit is contained in:
parent
80e37f8d49
commit
df3c450723
@ -37,6 +37,9 @@ impl BeaconNode for BeaconBlockServiceClient {
|
|||||||
proposer_slashings: vec![],
|
proposer_slashings: vec![],
|
||||||
casper_slashings: vec![],
|
casper_slashings: vec![],
|
||||||
attestations: vec![],
|
attestations: vec![],
|
||||||
|
custody_reseeds: vec![],
|
||||||
|
custody_challenges: vec![],
|
||||||
|
custody_responses: vec![],
|
||||||
deposits: vec![],
|
deposits: vec![],
|
||||||
exits: vec![],
|
exits: vec![],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user