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
Account number is hard-coded to '0' in the logic to sign a transaction
Version
v0.1.1
Steps to Reproduce
When using a key for an account that is not '0' the tx raw transaction will not work. For example testing with a chain where the key was for an account with number '1' the tx failed with unauthorized.
Change the logic to use the account number retrieved from the chain.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
ibc-relayer
Summary of Bug
Account number is hard-coded to '0' in the logic to sign a transaction
Version
v0.1.1
Steps to Reproduce
When using a key for an account that is not '0' the
tx raw
transaction will not work. For example testing with a chain where the key was for an account with number '1' the tx failed with unauthorized.Change the logic to use the account number retrieved from the chain.
For Admin Use
The text was updated successfully, but these errors were encountered: