[Ethereum] Pending transactions for 3 days

etherdeltamistpending-transactions

I am getting rather desperate. What can I do ?

https://etherscan.io/txsPending?a=0xf48920e191f304d69f9f55d0db602f7e7fe5a62d

enter image description here

Best Answer

You sent multiple transactions, each with different nonces. Until the transaction with the lowest nonce goes through, the other ones remain in limbo. You need to replace the 5 gwei/gas transaction which is blocking the rest.

Related Topic