mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +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) {}
|