Updeated wrappers.go and go.mod
This commit is contained in:
parent
411a43e378
commit
1b4eded9c5
2
go.mod
2
go.mod
@ -49,7 +49,7 @@ require (
|
||||
github.com/naoina/go-stringutil v0.1.0 // indirect
|
||||
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
|
||||
github.com/olekukonko/tablewriter v0.0.5
|
||||
github.com/openrelayxyz/plugeth-utils v0.0.4
|
||||
github.com/openrelayxyz/plugeth-utils v0.0.5
|
||||
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7
|
||||
github.com/prometheus/tsdb v0.7.1
|
||||
github.com/rjeczalik/notify v0.9.1
|
||||
|
@ -188,7 +188,7 @@ func NewNode(n *node.Node) *Node {
|
||||
}
|
||||
|
||||
func (n *Node) Server() core.Server {
|
||||
return n.Server()
|
||||
return n.n.Server()
|
||||
}
|
||||
|
||||
func (n *Node) DataDir() string {
|
||||
|
Loading…
Reference in New Issue
Block a user