mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Update substrate master (#411)
* in progress impl * im_online authorityid * fix * fix * use polkadot-master * trigger CI * trigger CI * fix removal * storage reorganize included * lock version
This commit is contained in:
@@ -203,7 +203,7 @@ decl_event!(
|
||||
|
||||
decl_module! {
|
||||
pub struct Module<T: Trait> for enum Call where origin: T::Origin {
|
||||
fn deposit_event<T>() = default;
|
||||
fn deposit_event() = default;
|
||||
|
||||
fn on_initialize(n: T::BlockNumber) {
|
||||
let lease_period = T::LeasePeriod::get();
|
||||
|
||||
Reference in New Issue
Block a user