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
2 changed files with 3 additions and 3 deletions
+1 -1
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 {