Skip to content

Commit

Permalink
Fix reversed error message in weight-reclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
skunert committed Jan 15, 2025
1 parent ba36b2d commit e7245a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/support/src/dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ impl PostDispatchInfo {
Greater post dispatch weight components are ignored.
Pre dispatch weight: {:?},
Post dispatch weight: {:?}",
actual_weight,
info_total_weight,
actual_weight,
);
}
actual_weight.min(info.total_weight())
Expand Down

0 comments on commit e7245a3

Please sign in to comment.