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
While testing the intertx module, I was running into a key not found error after registering an ica account with tx intertx register and then querying for the account with q intertx ica.
The transaction is successful but I noticed in the transaction address was not being populated within version and manually passing the --version flag with tx intertx register that includes the address resolved the issue.
We should further investigate why address is not being included in version and ideally this would be automatically populated and passing the --version flag with tx intertx register would not be required.
ryanchristo
changed the title
Address not automatically populated in version when registering an account
Address empty in version when registering an account
Dec 21, 2022
Summary of Bug
While testing the
intertx
module, I was running into akey not found
error after registering an ica account withtx intertx register
and then querying for the account withq intertx ica
.The transaction is successful but I noticed in the transaction
address
was not being populated withinversion
and manually passing the--version
flag withtx intertx register
that includes the address resolved the issue.We should further investigate why address is not being included in
version
and ideally this would be automatically populated and passing the--version
flag withtx intertx register
would not be required.Version
release/v5.0.x
Steps to Reproduce
See https://hackmd.io/L4Ru-CeuQZ6VMMrBXYDHLA
The
address
inversion
is not populated:The
address
inversion
is manually set and the account can be queried:For Admin Use
For Admin Use
The text was updated successfully, but these errors were encountered: