Skip to content

Commit

Permalink
Remove unused constant (fix linter).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Nov 5, 2024
1 parent 7c5b85d commit 8e3d20f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion txcache/testutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (

const oneMilion = 1000000
const oneBillion = oneMilion * 1000
const oneTrillion = oneBillion * 1000
const estimatedSizeOfBoundedTxFields = uint64(128)

func (cache *TxCache) areInternalMapsConsistent() bool {
Expand Down

0 comments on commit 8e3d20f

Please sign in to comment.