Skip to content

Commit

Permalink
chore: add paid field
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Nov 24, 2024
1 parent 6a5c7af commit a885410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ impl Formatter {
("Limit", to_human_size(total_gas_limit)),
("Used", to_human_size(gas_used)),
("Refunded", to_human_size(refund_by_operator)),
("Paid:", to_human_size(total_gas_limit - refund_by_operator)),
];

let num_items = items.len();
Expand Down

0 comments on commit a885410

Please sign in to comment.