Removed block publish feature, since it's incomplete currently.

This commit is contained in:
Luke Anderson
2019-09-04 10:57:09 +10:00
parent 39a03ce586
commit dcd074877b
2 changed files with 1 additions and 50 deletions

View File

@@ -170,7 +170,7 @@ pub fn start_server<T: BeaconChainTypes>(
validator::get_new_beacon_block::<T>(req)
}
(&Method::POST, "/beacon/validator/block") => {
validator::publish_beacon_block::<T>(req)
helpers::implementation_pending_response(req)
}
(&Method::GET, "/beacon/validator/attestation") => {
validator::get_new_attestation::<T>(req)