darwinia
darwinia copied to clipboard
Why note_imminent_preimage is showing it returns pay_fees YES?
https://crab.subscan.io/extrinsic/11305767-1
let dispatch_info = xt.get_dispatch_info();
let r = Applyable::apply::<UnsignedValidator>(xt, &dispatch_info, encoded_len)?;
<frame_system::Pallet<System>>::note_applied_extrinsic(&r, dispatch_info);
Why note_imminent_preimage do not have Withdraw and Deposit events?
Reopen if it happends again.