Companion for Substrate#14474 (#7434)

* Companion for Substrate#14474

This removes the requirement to pass the native dispatch.

* Adapt

* Better

* Remove patch

* ...

* Fix

* Update Substrate
This commit is contained in:
Bastian Köcher
2023-06-29 18:33:32 +02:00
committed by GitHub
parent af99520569
commit 15a03d4951
4 changed files with 197 additions and 215 deletions
-2
View File
@@ -21,8 +21,6 @@
mod block_builder;
use polkadot_primitives::Block;
use sc_service::client;
use sp_core::storage::Storage;
use sp_runtime::BuildStorage;
pub use block_builder::*;