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

Account number must be 1 or higher to send transactions. Account number 0 is unable to send transactions as identified in this issue. #422

Closed
schnetzlerjoe opened this issue Jun 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@schnetzlerjoe
Copy link

Account number must be 1 or higher to send transactions.
Account number 0 is unable to send transactions as identified in this issue.

This was happening here #217. Is happening again. To replicate, try importing an account and then changing the password (underlyingly changing the sequence and the signature).

@schnetzlerjoe schnetzlerjoe added the bug Something isn't working label Jun 5, 2022
@alpha-omega-labs
Copy link

Confirming, same issue in several places, for example:
This might be related to sequence number,
Currently have issue with creation of Osmosis pool:

  1. Blank new account receive asset X and Osmo in Osmosis mainnet
  2. Pool creation leads to the following error:
    You have too many concurrent txs going on! Try resending after your prior tx lands on chain. (We couldn't send the tx with sequence number 0)

Osmosis withdraw/deposit of asset is working.

Also noticed that in account that is "old" sequence in tx is "-1", when it should be "8", its "7", and with same error.

@Thunnini
Copy link
Member

Thunnini commented Jun 6, 2022

This issue has been resolved. Signature errors can occur for several reasons. If it's a specific chain issue, don't make an issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants