--- a/pallets/scheduler/src/lib.rs +++ b/pallets/scheduler/src/lib.rs @@ -508,8 +508,7 @@ Lookup::::remove(id); } } - // Total weight should be 0, because the transaction is already paid for - Weight::zero() + total_weight } }