mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 07:27:55 +00:00
Convert unnecessary storage item to static. (#3093)
* Convert unnecessary storage item to static. * Polish * 6 second blocks. * Compile fixes * Bump runtime * Fix * Another fix * Import `srml_support::traits::Get` * Export MinimumPeriod from `decl_module!` * Remove `config` from Timestamp * Clean up warnings
This commit is contained in:
@@ -38,7 +38,7 @@ use inherents::InherentData;
|
||||
use timestamp;
|
||||
use finality_tracker;
|
||||
|
||||
// TODO get via api: <timestamp::Module<T>>::minimum_period(). See #2587.
|
||||
// TODO get via api: <T as timestamp::Trait>::MinimumPeriod::get(). See #2587.
|
||||
const MINIMUM_PERIOD: u64 = 99;
|
||||
|
||||
pub struct FactoryState<N> {
|
||||
|
||||
Reference in New Issue
Block a user