neo icon indicating copy to clipboard operation
neo copied to clipboard

Is it possible to replace a transaction on the memory pool only increasing the network fee?

Open lock9 opened this issue 4 years ago • 2 comments

Hi,

Is it possible to replace a transaction that I had sent previously, with another one, with a higher fee?

Use case: I've sent a transaction, but due to changes in the 'prices', I want my transaction to be the first in the block. Is it possible to replace an existing transaction with another one with a higher network fee?

Thanks.

lock9 avatar Dec 03 '21 17:12 lock9

No, it's not possible

https://github.com/neo-project/neo/issues/1502

shargon avatar Dec 03 '21 20:12 shargon

"Conflicts" extension can make it possible, #1991.

roman-khimov avatar Dec 03 '21 21:12 roman-khimov