mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-09 01:17:22 +00:00
chain_head: Rename runtimeUpdates flag to withRuntime (#14244)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -34,7 +34,7 @@ pub trait ChainHeadApi<Hash> {
|
||||
unsubscribe = "chainHead_unstable_unfollow",
|
||||
item = FollowEvent<Hash>,
|
||||
)]
|
||||
fn chain_head_unstable_follow(&self, runtime_updates: bool);
|
||||
fn chain_head_unstable_follow(&self, with_runtime: bool);
|
||||
|
||||
/// Retrieves the body (list of transactions) of a pinned block.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user