We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84dd6e commit 259d91bCopy full SHA for 259d91b
modules/messages/src/lib.rs
@@ -458,6 +458,7 @@ pub mod pallet {
458
sp_std::cmp::min_by(unspent_weight, dispatch_weight, |w1, w2| {
459
w1.ref_time().cmp(&w2.ref_time())
460
});
461
+
462
dispatch_weight_left -= dispatch_weight - unspent_weight;
463
actual_weight = actual_weight.saturating_sub(unspent_weight).saturating_sub(
464
// delivery call weight formula assumes that the fee is paid at
0 commit comments