mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 18:01:03 +00:00
Introduce and enforce block time (#232)
* Recompile runtime. * Introduce and enforce block time
This commit is contained in:
@@ -221,6 +221,7 @@ mod tests {
|
||||
democracy: Some(Default::default()),
|
||||
parachains: Some(Default::default()),
|
||||
staking: Some(Default::default()),
|
||||
timestamp: Some(Default::default()),
|
||||
};
|
||||
|
||||
::client::new_in_mem(LocalDispatch::new(), genesis_config.build_storage()).unwrap()
|
||||
|
||||
Reference in New Issue
Block a user