mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Use explicit call indices (#6449)
* cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use explicit call indices Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
b9a55985bd
commit
d387338fb0
@@ -210,6 +210,7 @@ pub mod pallet {
|
||||
/// Issue a signal to the consensus engine to forcibly act as though all parachain
|
||||
/// blocks in all relay chain blocks up to and including the given number in the current
|
||||
/// chain are valid and should be finalized.
|
||||
#[pallet::call_index(0)]
|
||||
#[pallet::weight((
|
||||
<T as Config>::WeightInfo::force_approve(
|
||||
frame_system::Pallet::<T>::digest().logs.len() as u32,
|
||||
|
||||
Reference in New Issue
Block a user