mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-04 19:03:28 +00:00
8 lines
113 B
Go
8 lines
113 B
Go
|
// +build !VERIFY_EVM_INTEGER_POOL
|
||
|
|
||
|
package vm
|
||
|
|
||
|
const verifyPool = false
|
||
|
|
||
|
func verifyIntegerPool(ip *intPool) {}
|