From a6147f7b9d9f922adaf0dd5a5ee9cbba908b528b Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 31 Mar 2021 15:55:01 +0300 Subject: [PATCH] Fix `/eth/v1/config/fork_schedule` path. --- beacon_chain/rpc/config_rest_api.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/rpc/config_rest_api.nim b/beacon_chain/rpc/config_rest_api.nim index da49c3480..b896aaa44 100644 --- a/beacon_chain/rpc/config_rest_api.nim +++ b/beacon_chain/rpc/config_rest_api.nim @@ -24,7 +24,7 @@ func getDepositAddress(node: BeaconNode): string = proc installConfigApiHandlers*(router: var RestRouter, node: BeaconNode) = router.api(MethodGet, - "/api/eth/v1/config/fork/schedule") do () -> RestApiResponse: + "/api/eth/v1/config/fork_schedule") do () -> RestApiResponse: # TODO: Implemenation needs a fix, when forks infrastructure will be # established. return RestApiResponse.jsonResponse(