chainHead: Remove chainHead_genesis method (#2296)

The method has been removed from the spec
(https://github.com/paritytech/json-rpc-interface-spec/tree/main/src),
this PR keeps the `chainHead` in sync with that change.

@paritytech/subxt-team

---------

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-11-14 16:54:54 +02:00
committed by GitHub
parent cfe5e62626
commit cd38ccff7f
4 changed files with 2 additions and 62 deletions
-1
View File
@@ -637,7 +637,6 @@ where
client.clone(),
backend.clone(),
task_executor.clone(),
client.info().genesis_hash,
// Defaults to sensible limits for the `ChainHead`.
sc_rpc_spec_v2::chain_head::ChainHeadConfig::default(),
)