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
When passing nil as start it should send some bogus 3rd param to the FindStorage RPC Method such that start will default to 0. Right now it only send 2 params, while the RPC method always expects 3 (ref)
A C# node now errors with
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
while trying to access _params[2] in the linked reference code.
Current Behavior
causes error in C# node
Expected Behavior
return requested storage
Possible Solution
When passing
nil
asstart
it should send some bogus 3rd param to theFindStorage
RPC Method such thatstart
will default to0
. Right now it only send 2 params, while the RPC method always expects 3 (ref)A C# node now errors with
while trying to access
_params[2]
in the linked reference code.Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: