eth/catalyst: add log

This commit is contained in:
Gary Rong 2025-07-04 19:51:40 +08:00
parent 2403c901c2
commit 85d3117c59

View file

@ -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
}