Updating mod and sum to reflect plugeth-utils v0.0.17. Made corresponding changes to wrapper function to reflect the close() method on the Node object returned by NewNode(). Created a new tag v1.10.17-2 to reflect these changes.

This commit is contained in:
philip-morlier
2022-05-16 09:48:46 -07:00
parent 011619ec82
commit e87859e9ab
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -217,6 +217,9 @@ func (n *Node) ResolvePath(x string) string {
func (n *Node) Attach() (core.Client, error) {
return n.n.Attach()
}
func (n *Node) Close() error {
return n.n.Close()
}
// type WrappedBlockContext struct {
// b vm.BlockContext