Update validator client for block body update

This commit is contained in:
Paul Hauner 2019-01-22 14:54:51 +11:00
parent 80e37f8d49
commit df3c450723
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6

View File

@ -37,6 +37,9 @@ impl BeaconNode for BeaconBlockServiceClient {
proposer_slashings: vec![],
casper_slashings: vec![],
attestations: vec![],
custody_reseeds: vec![],
custody_challenges: vec![],
custody_responses: vec![],
deposits: vec![],
exits: vec![],
},