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
I’m encountering the same bug - what’s happening is there’s a Fatal error: Range requires lowerBound <= upperBound on this line, for an invalid range (zero to -1)
for j in 0...(instruction.accounts.count - 1) {
There’s an assumption in there that an instruction will have at least one account, and to my understanding this is not actually true. (In my case, I’m working with a transaction that has a “Compute Budget” instruction in it, that has no accounts)
The text was updated successfully, but these errors were encountered: