aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-18 23:08:49 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-18 23:08:49 +0800
commit7c9bc8517d92cd7fc75e0ea7c3eff16546a82702 (patch)
treecd3a725544d8ba0b3741d8836b903ed6be701e87 /rpc
parente30c32339132d678b428ae531932a3f048665f59 (diff)
downloaddexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar.gz
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar.bz2
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar.lz
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar.xz
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.tar.zst
dexon-7c9bc8517d92cd7fc75e0ea7c3eff16546a82702.zip
Remove RpcServer
Diffstat (limited to 'rpc')
-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"`