From 7c9bc8517d92cd7fc75e0ea7c3eff16546a82702 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Wed, 18 Mar 2015 11:08:49 -0400 Subject: [PATCH] Remove RpcServer --- rpc/util.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rpc/util.go b/rpc/util.go index 3209c4540e..230d0dcf1f 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"`