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
Line 55 of interchainstaking/keeper/abgi.go attempts to access the address of a zone's delegation account, which can for a newly onboarded zone, be nil.
Expected Behaviour
No error thrown if a new zone is encountered.
Version
v1.7.0
Steps to Reproduce
Add guardrails around the query to check whether the account has been initialised yet.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
Line 55 of interchainstaking/keeper/abgi.go attempts to access the address of a zone's delegation account, which can for a newly onboarded zone, be nil.
Expected Behaviour
No error thrown if a new zone is encountered.
Version
v1.7.0
Steps to Reproduce
Add guardrails around the query to check whether the account has been initialised yet.
For Admin Use
The text was updated successfully, but these errors were encountered: