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