chain_head: Rename runtimeUpdates flag to withRuntime (#14244)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-27 23:13:00 +03:00
committed by GitHub
parent 6d120d1890
commit ed499bdec1
6 changed files with 76 additions and 76 deletions
@@ -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.
///