From 7e2427863488d98e13418fe38ed585bb0ef09e42 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Thu, 11 Apr 2019 09:19:10 +0200 Subject: [PATCH] docs: Fix off-chain worker execution strategy comment (#2253) --- substrate/core/cli/src/params.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/core/cli/src/params.rs b/substrate/core/cli/src/params.rs index d25eec2833..934fb15889 100644 --- a/substrate/core/cli/src/params.rs +++ b/substrate/core/cli/src/params.rs @@ -261,7 +261,7 @@ pub struct ExecutionStrategies { )] pub block_construction_execution: ExecutionStrategy, - /// The means of execution used when calling into the runtime while constructing blocks. + /// The means of execution used when calling into the runtime while using an off-chain worker. #[structopt( long = "offchain-worker-execution", value_name = "STRATEGY",