This commit is contained in:
William Banfield
2021-07-30 14:49:12 -04:00
parent 8b8ff29b8f
commit b92a07ee40
+1 -1
View File
@@ -328,7 +328,7 @@ func (r *Reactor) broadcastTxRoutine(peerID types.NodeID, closer *tmsync.Closer)
r.observePanic(e)
r.Logger.Error(
"recovering from broadcasting mempool loop",
"err", r,
"err", e,
"stack", string(debug.Stack()),
)
}