diff --git a/rpc/util.go b/rpc/util.go index 3209c4540e969a1aaaf29473e956b1c75efde622..230d0dcf1ff2cea5e965f08da74dd4c4e37c75f2 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"`