mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 01:05:41 +00:00
Call a state before block was imported. (#1294)
* Call a state before block was imported. * Add test to check if it works correctly.
This commit is contained in:
@@ -50,6 +50,9 @@ extern crate log;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate substrate_test_client;
|
||||
|
||||
mod components;
|
||||
mod error;
|
||||
mod chain_spec;
|
||||
|
||||
Reference in New Issue
Block a user