Remove RpcServer

This commit is contained in:
Taylor Gerring 2015-03-18 11:08:49 -04:00
parent e30c323391
commit 7c9bc8517d
1 changed files with 0 additions and 5 deletions

View File

@ -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"`