Skip to content

Commit

Permalink
Merge pull request ethereum#140 from OffchainLabs/rm-poster-cache-cost
Browse files Browse the repository at this point in the history
Remove Transaction PosterCost field
  • Loading branch information
rachel-bousfield authored Aug 2, 2022
2 parents a6a46e3 + f0d8cd6 commit 90fb5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/types/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ type Transaction struct {
time time.Time // Time first seen locally (spam avoidance)

// Arbitrum cache: must be atomically accessed
PosterCost atomic.Value
CalldataUnits uint64

// caches
Expand Down

0 comments on commit 90fb5ba

Please sign in to comment.