Commit 7c9bc851 authored by Taylor Gerring's avatar Taylor Gerring

Remove RpcServer

parent e30c3233
...@@ -94,11 +94,6 @@ func i2hex(n int) string { ...@@ -94,11 +94,6 @@ func i2hex(n int) string {
return common.ToHex(big.NewInt(int64(n)).Bytes()) return common.ToHex(big.NewInt(int64(n)).Bytes())
} }
type RpcServer interface {
Start()
Stop()
}
type Log struct { type Log struct {
Address string `json:"address"` Address string `json:"address"`
Topic []string `json:"topic"` Topic []string `json:"topic"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment