mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Update field event variants (#749)
* update field events * update polkadot and substrate Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
Generated
+228
-228
File diff suppressed because it is too large
Load Diff
@@ -47,10 +47,10 @@ where
|
|||||||
let numeric_amount = amount.peek();
|
let numeric_amount = amount.peek();
|
||||||
let staking_pot = <pallet_collator_selection::Pallet<R>>::account_id();
|
let staking_pot = <pallet_collator_selection::Pallet<R>>::account_id();
|
||||||
<pallet_balances::Pallet<R>>::resolve_creating(&staking_pot, amount);
|
<pallet_balances::Pallet<R>>::resolve_creating(&staking_pot, amount);
|
||||||
<frame_system::Pallet<R>>::deposit_event(pallet_balances::Event::Deposit(
|
<frame_system::Pallet<R>>::deposit_event(pallet_balances::Event::Deposit {
|
||||||
staking_pot,
|
who: staking_pot,
|
||||||
numeric_amount,
|
amount: numeric_amount,
|
||||||
));
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user