This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Multiple pending transactions with the same nonce should be allowed and properly prioritized #244
Labels
Milestone
When interval mining it is possible two send multiple transactions with the same nonce value to be mined in a future block. Only the transaction with the greater
gasPrice
should actually be mined. The other transactions with lowergasPrice
values should return error responses. When both thegasPrice
andnonce
are identical for transactions to be mined in a future block the transaction that arrived in the queue first should be mined and other transactions should be rejected.geth's error response for this is
{code:-32000,message:"replacement transaction underpriced"}
.The text was updated successfully, but these errors were encountered: