Skip to content

Commit

Permalink
enable async backing client side for all runtimes (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois authored Apr 22, 2024
1 parent 96cf889 commit 29db25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ pub fn run() -> Result<()> {
collator_options,
id,
rpc_config,
false,
true,
cli.run.block_authoring_duration,
hwbench,
)
Expand All @@ -811,7 +811,7 @@ pub fn run() -> Result<()> {
collator_options,
id,
rpc_config,
false,
true,
cli.run.block_authoring_duration,
hwbench,
)
Expand Down

0 comments on commit 29db25c

Please sign in to comment.