Updeated wrappers.go and go.mod
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user