git.delta.rocks / unique-network / refs/commits / 65ae3f8331ca

difftreelog

fix return total_weight in scheduler

Daniel Shiposha2022-09-14parent: #2fb1f77.patch.diff
in: master

1 file changed

modifiedpallets/scheduler/src/lib.rsdiffbeforeafterboth
508 Lookup::<T>::remove(id);508 Lookup::<T>::remove(id);
509 }509 }
510 }510 }
511 // Total weight should be 0, because the transaction is already paid for511 total_weight
512 Weight::zero()
513 }512 }
514 }513 }
515514