Skip to content

Commit 259d91b

Browse files
committed
trigger CI
1 parent d84dd6e commit 259d91b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/messages/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ pub mod pallet {
458458
sp_std::cmp::min_by(unspent_weight, dispatch_weight, |w1, w2| {
459459
w1.ref_time().cmp(&w2.ref_time())
460460
});
461+
461462
dispatch_weight_left -= dispatch_weight - unspent_weight;
462463
actual_weight = actual_weight.saturating_sub(unspent_weight).saturating_sub(
463464
// delivery call weight formula assumes that the fee is paid at

0 commit comments

Comments
 (0)