Modifications to wrappers and loader forenabling node.attach in utils/core/interfaces
This commit is contained in:
@@ -213,6 +213,10 @@ func (n *Node) ResolvePath(x string) string {
|
||||
return n.n.ResolvePath(x)
|
||||
}
|
||||
|
||||
func (n *Node) Attach() (core.Client, error) {
|
||||
return n.n.Attach()
|
||||
}
|
||||
|
||||
type Backend struct {
|
||||
b interfaces.Backend
|
||||
newTxsFeed event.Feed
|
||||
|
||||
Reference in New Issue
Block a user