Polkadot companion for #8143 (#2535)

Companion for https://github.com/paritytech/substrate/pull/8143
This commit is contained in:
Cecile Tonglet
2021-03-11 12:11:04 +01:00
committed by GitHub
parent 0fac590b84
commit 7dfb666ea5
8 changed files with 245 additions and 185 deletions
+1 -1
View File
@@ -83,6 +83,7 @@ pub fn new_full(
None,
None,
polkadot_parachain::wasm_executor::IsolationStrategy::InProcess,
None,
)
}
@@ -198,7 +199,6 @@ pub fn node_config(
base_path: Some(base_path),
informant_output_format: Default::default(),
disable_log_reloading: false,
telemetry_handle: None,
}
}