Companion for #9036 (#3191)

* deps: cargo update -p rustls

* fix build

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
Niklas Adolfsson
2021-06-08 18:47:06 +02:00
committed by GitHub
parent 6087e0e47f
commit 6b1f457078
2 changed files with 338 additions and 209 deletions
+337 -209
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -180,6 +180,7 @@ pub fn node_config(
offchain_worker: sc_client_api::ExecutionStrategy::NativeWhenPossible, offchain_worker: sc_client_api::ExecutionStrategy::NativeWhenPossible,
other: sc_client_api::ExecutionStrategy::NativeWhenPossible, other: sc_client_api::ExecutionStrategy::NativeWhenPossible,
}, },
rpc_http_threads: None,
rpc_http: None, rpc_http: None,
rpc_ws: None, rpc_ws: None,
rpc_ipc: None, rpc_ipc: None,