block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 33 forks source link

Payment error: txn-mempool-conflict (Quick Mode) #264

Open sondreb opened 1 year ago

sondreb commented 1 year ago

In the wallet quick mode, sending two transactions in a row quickly can result in txn-mempool-conflict:

image

dangershony commented 1 year ago

This was fixed, is it still occuring? What indexer version did you use?

sondreb commented 1 year ago

Not 100% sure, but I think it was blockcore and that runs latest version. It might have been one of the other 3 that is available though...

sondreb commented 1 year ago

Is this the change? This is not released yet: https://github.com/block-core/blockcore-indexer/commit/26e504b83e1610abb20b1b4dcb677430a4868e4d

dangershony commented 1 year ago

Yes so right we need to release

sondreb commented 1 year ago

This is still an issue, the client appears to receive utxos from indexer that is in mem-pool and attempting to use that for a new tx.

dangershony commented 1 year ago

This is still an issue, the client appears to receive utxos from indexer that is in mem-pool and attempting to use that for a new tx.

Ah so its an indexer issue? Is that an issue though? or you mean utxos from indexer that is in mem-pool utxo that is spent in the mempool?