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
Optional RPC arguments were checked with params.size(), so an explicit null was treated as provided. That led to type errors when callers skipped a middle optional argument.
Optional RPC arguments were checked with
params.size(), so an explicitnullwas treated as provided. That led to type errors when callers skipped a middle optional argument.