diff --git a/zk/txpool/pool.go b/zk/txpool/pool.go index d407779b89c..9c31835af7a 100644 --- a/zk/txpool/pool.go +++ b/zk/txpool/pool.go @@ -1196,7 +1196,7 @@ func (p *TxPool) addLocked(mt *metaTx, announcements *types.Announcements) Disca if bytes.Equal(found.Tx.IDHash[:], mt.Tx.IDHash[:]) { return NotSet } - log.Info(fmt.Sprintf("Transaction %s was attempted")) + log.Info(fmt.Sprintf("Transaction %s was attempted to be replaced.", hex.EncodeToString(mt.Tx.IDHash[:]))) return NotReplaced }