From 1b4eded9c5dcc046f8177817ae518c07c647e82f Mon Sep 17 00:00:00 2001 From: philip-morlier Date: Wed, 15 Sep 2021 13:09:43 -0700 Subject: [PATCH] Updeated wrappers.go and go.mod --- go.mod | 4 ++-- plugins/wrappers/wrappers.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d7a51b12e..433501284 100644 --- a/go.mod +++ b/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 @@ -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 diff --git a/plugins/wrappers/wrappers.go b/plugins/wrappers/wrappers.go index 14614f35e..f13602f7b 100644 --- a/plugins/wrappers/wrappers.go +++ b/plugins/wrappers/wrappers.go @@ -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 {