8 lines
113 B
Go
8 lines
113 B
Go
![]() |
// +build !VERIFY_EVM_INTEGER_POOL
|
||
|
|
||
|
package vm
|
||
|
|
||
|
const verifyPool = false
|
||
|
|
||
|
func verifyIntegerPool(ip *intPool) {}
|