diff --git a/eth/catalyst/tester.go b/eth/catalyst/tester.go index bdb4ccea35..10a480837e 100644 --- a/eth/catalyst/tester.go +++ b/eth/catalyst/tester.go @@ -81,6 +81,7 @@ func (tester *FullSyncTester) Start() error { if tester.exitWhenSynced { go tester.stack.Close() // async since we need to close ourselves + log.Info("Terminating the node") } return }