Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Apr 4, 2024
1 parent 4d63e3a commit 384412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcrdtest/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@ func (n *node) stop() error {

select {
case <-n.cmdStarted:
default:
// has not been started (yet, or ever)
return nil
default:
}

select {
Expand Down

0 comments on commit 384412f

Please sign in to comment.