mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Parachains para_inherent.rs to FrameV2 (#3531)
* last parachains migration! * migrate runtimes * disable frame supertrait * add pallet::inherent * mock * cargo +nightly fmt
This commit is contained in:
@@ -1150,6 +1150,9 @@ mod tests {
|
||||
while System::block_number() < to {
|
||||
let b = System::block_number();
|
||||
if b != 0 {
|
||||
// circumvent requirement to have bitfields and headers in block for testing purposes
|
||||
crate::paras_inherent::Included::<Test>::set(Some(()));
|
||||
|
||||
AllPallets::on_finalize(b);
|
||||
System::finalize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user