forked from cerc-io/plugeth
Remove RpcServer
This commit is contained in:
parent
e30c323391
commit
7c9bc8517d
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user