mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
Fixed wrong default value for offchain-worker-execution (#2118)
This commit is contained in:
committed by
Tomasz Drwięga
parent
e6a4bb1be6
commit
d3ae05b454
@@ -261,7 +261,7 @@ pub struct ExecutionStrategies {
|
||||
raw(
|
||||
possible_values = "&ExecutionStrategy::variants()",
|
||||
case_insensitive = "true",
|
||||
default_value = r#""NativeWhenPossible""#
|
||||
default_value = r#""NativeElseWasm""#
|
||||
)
|
||||
)]
|
||||
pub offchain_worker_execution: ExecutionStrategy,
|
||||
|
||||
Reference in New Issue
Block a user