Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper nonce management #94

Open
ghzlatarev opened this issue Feb 23, 2023 · 0 comments
Open

Proper nonce management #94

ghzlatarev opened this issue Feb 23, 2023 · 0 comments

Comments

@ghzlatarev
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant