mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Removed block publish feature, since it's incomplete currently.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user