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
Current implementation does not check the size of ipt.executeList(args) 's return value, when you try to list an empty chain, this code will cause a index out of range panic.
Version
v0.8.0
Problem
Current implementation does not check the size of
ipt.executeList(args)
's return value, when you try to list an empty chain, this code will cause a index out of range panic.Suggestion
Return error when chain is empty
Or just return an empty string?
The text was updated successfully, but these errors were encountered: