Updeated wrappers.go and go.mod

This commit is contained in:
philip-morlier 2021-09-15 13:09:43 -07:00
parent 411a43e378
commit 1b4eded9c5
No known key found for this signature in database
GPG Key ID: 0323A143B7B6F663
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@ -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
@ -71,4 +71,4 @@ require (
gotest.tools v2.2.0+incompatible // indirect
)
//replace github.com/openrelayxyz/plugeth-utils => /home/philip/src/rivet/plugeth-utils
// replace github.com/openrelayxyz/plugeth-utils => /home/philip/src/rivet/plugeth-utils

View File

@ -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 {