mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 22:17:58 +00:00
Implement test that executes extrinsics
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
use substrate_test_runtime::{Block, system::BlockExecutor};
|
||||
pub use substrate_test_runtime::*;
|
||||
|
||||
runtime::register_validate_block!(Block, BlockExecutor);
|
||||
Reference in New Issue
Block a user