docs: Fix off-chain worker execution strategy comment (#2253)

This commit is contained in:
Luke Schoen
2019-04-11 09:19:10 +02:00
committed by Bastian Köcher
parent 25f56283b1
commit 7e24278634
+1 -1
View File
@@ -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",