forked from cerc-io/plugeth
no strconv import needed
This commit is contained in:
parent
772e7e8c8d
commit
5e50b50dc3
@ -1,8 +1,6 @@
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
"strconv"
|
||||
)
|
||||
import ()
|
||||
|
||||
// Helper function for comparing slices
|
||||
func CompareIntSlice(a, b []int) bool {
|
||||
|
Loading…
Reference in New Issue
Block a user