mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
reactors: skip log on some routine cancels (#7556)
This commit is contained in:
@@ -138,7 +138,6 @@ func main() {
|
||||
defer opcancel()
|
||||
go func() {
|
||||
<-opctx.Done()
|
||||
logger.Debug("SignerServer: calling Close")
|
||||
if *prometheusAddr != "" {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
|
||||
defer cancel()
|
||||
|
||||
Reference in New Issue
Block a user