diff --git a/core/tx_pool.go b/core/tx_pool.go index c09fa67b7558..c13d446d9c78 100644 --- a/core/tx_pool.go +++ b/core/tx_pool.go @@ -619,7 +619,7 @@ func (pool *TxPool) journalTx(from common.Address, tx *types.Transaction) { // whitelisted, preventing any associated transaction from being dropped out of // the pool due to pricing constraints. func (pool *TxPool) add(tx *types.Transaction, local bool) (bool, error) { - fmt.Println("add tx:", tx) + // fmt.Println("add tx:", tx) // If the transaction is already known, discard it hash := tx.Hash() if pool.all[hash] != nil {