pub fn pre_apply_inherents<B: BlockT>(
    ext: &mut TestExternalities<HashingFor<B>>,
)
Expand description

Some operations must be performed prior to inherents being applied.

This fn sets the last dmq mcq head value to zero to pass this check

It must be called prior to attempting to apply inherents.