aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/util.go')
-rw-r--r--rpc/util.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpc/util.go b/rpc/util.go
index 230d0dcf1..3e2792c07 100644
--- a/rpc/util.go
+++ b/rpc/util.go
@@ -19,7 +19,6 @@ package rpc
import (
"encoding/json"
"fmt"
- "math/big"
"reflect"
"time"
@@ -90,10 +89,6 @@ func UnmarshalRawMessages(b []byte, iface interface{}, number *int64) (err error
return nil
}
-func i2hex(n int) string {
- return common.ToHex(big.NewInt(int64(n)).Bytes())
-}
-
type Log struct {
Address string `json:"address"`
Topic []string `json:"topic"`