mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 16:31:07 +00:00
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:
@@ -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(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user