Skip to content

Commit

Permalink
Chore: Add intPool in interpreter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
c98tristan committed Jul 24, 2023
1 parent 515a614 commit 44d2c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/vm/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ type EVMInterpreter struct {
evm *EVM
cfg Config

intPool *intPool

hasher crypto.KeccakState // Keccak256 hasher instance shared across opcodes
hasherBuf common.Hash // Keccak256 hasher result array shared across opcodes

Expand Down

0 comments on commit 44d2c54

Please sign in to comment.