Removed methods for 'chain_id', since this is no longer applicable to ETH2.

This commit is contained in:
Luke Anderson
2019-08-29 12:42:45 +10:00
parent faef347d18
commit ca07d72453
2 changed files with 0 additions and 23 deletions

View File

@@ -128,7 +128,6 @@ pub fn start_server<T: BeaconChainTypes>(
(&Method::GET, "/node/version") => node::get_version(req),
(&Method::GET, "/node/genesis_time") => node::get_genesis_time::<T>(req),
(&Method::GET, "/node/syncing") => helpers::implementation_pending_response(req),
(&Method::GET, "/node/chain_id") => helpers::implementation_pending_response(req),
// Methods for Network
(&Method::GET, "/network/enr") => network::get_enr::<T>(req),