Skip to content

Commit

Permalink
try not fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Aug 29, 2024
1 parent 14c7cd2 commit 30674a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/world_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl WorldDiff {

if world.is_free_storage_slot(&contract, &key) {
self.written_storage_slots.add((contract, key));
self.read_storage_slots.add((contract, key));

self.storage_refunds.push(WARM_WRITE_REFUND);
self.pubdata_costs.push(0);
Expand Down

0 comments on commit 30674a7

Please sign in to comment.