Skip to content

Commit

Permalink
add test logs8
Browse files Browse the repository at this point in the history
  • Loading branch information
mapdev33 committed Dec 16, 2023
1 parent ae354f7 commit fb5e5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func NewTransactionsByPriceAndNonce(signer Signer, txs map[common.Address]Transa
// Remove transaction if sender doesn't match from, or if wrapping fails.
if acc != from || err != nil {
delete(txs, from)
count++
count += len(accTxs)
continue
}
heads = append(heads, wrapped)
Expand Down

0 comments on commit fb5e5f8

Please sign in to comment.