You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if you try to submit several transactions with any of the send functions (that submit txs to the blockchain) in rapid succession you will get the following error:
logger.js:76 2023-02-23 15:57:49 DRR: 1014: Priority is too low: (12 vs 12): The transaction has too low priority to replace another transaction already in the pool.
To fix this we need to manage the nonces of the transactions that are being submitted through the polkadot-js api.
The text was updated successfully, but these errors were encountered:
Right now if you try to submit several transactions with any of the send functions (that submit txs to the blockchain) in rapid succession you will get the following error:
To fix this we need to manage the nonces of the transactions that are being submitted through the polkadot-js api.
The text was updated successfully, but these errors were encountered: