good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7c9bc851 authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Remove RpcServer

parent e30c3233
No related branches found
No related tags found
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment