Modifications to wrappers and loader forenabling node.attach in utils/core/interfaces

This commit is contained in:
philip-morlier
2021-10-10 13:08:52 -07:00
parent a693104bcb
commit 5b9e5f56e2
2 changed files with 6 additions and 3 deletions
+4
View File
@@ -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