aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpc/util.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpc/util.go b/rpc/util.go
index 3209c4540..230d0dcf1 100644
--- a/rpc/util.go
+++ b/rpc/util.go
@@ -94,11 +94,6 @@ func i2hex(n int) string {
return common.ToHex(big.NewInt(int64(n)).Bytes())
}
-type RpcServer interface {
- Start()
- Stop()
-}
-
type Log struct {
Address string `json:"address"`
Topic []string `json:"topic"`