We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb634c commit f12e155Copy full SHA for f12e155
node.go
@@ -87,6 +87,7 @@ func (n *Node) SetBalance(account common.Address, balance *big.Int) error {
87
// Stop stops the anvil node
88
func (n *Node) Stop() error {
89
n.running.Store(false)
90
+ n.cli.Close()
91
return n.cmd.Process.Kill()
92
}
93
0 commit comments