Skip to content

Commit

Permalink
also remove reference in nrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Sep 30, 2024
1 parent 3c0dd6c commit 7c3301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrpc/nrpc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ proc syncToEngineApi(conf: NRpcConf) {.async.} =
try:
await rpcClient.exchangeCapabilities(
@[
"engine_exchangeTransitionConfigurationV1", "engine_forkchoiceUpdatedV1",
"engine_forkchoiceUpdatedV1",
"engine_getPayloadBodiesByHash", "engine_getPayloadBodiesByRangeV1",
"engine_getPayloadV1", "engine_newPayloadV1",
]
Expand Down

0 comments on commit 7c3301a

Please sign in to comment.