Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 9, 2025
1 parent fe32fdf commit 57df98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ macro_rules! unwrap_client {
pub fn run() -> sc_cli::Result<()> {
let mut cli = Cli::from_args();

cli.run.offchain_worker_params.indexing_enabled = true;
cli.run.base.offchain_worker_params.indexing_enabled = true;

match &cli.subcommand {
Some(Subcommand::Key(cmd)) => cmd.run(&cli),
Expand Down

0 comments on commit 57df98f

Please sign in to comment.