• Marius van der Wijden's avatar
    core/txpool: disallow future churn by remote txs (#26907) · 230df98e
    Marius van der Wijden authored
    Prior to this change, it was possible that transactions are erroneously deemed as 'future' although they are in fact 'pending', causing them to be dropped due to 'future' not being allowed to replace 'pending'. 
    
    This change fixes that, by doing a more in-depth inspection of the queue. 
    230df98e
list.go 22.1 KB