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
If I use a JsonRpc method with optional parameters I get an error when only the second or third optional parameter is used. So it matters in which order the optional parameters are declared in the method.
I already provided a solution with my pull request #108
If I use a JsonRpc method with optional parameters I get an error when only the second or third optional parameter is used. So it matters in which order the optional parameters are declared in the method.
I already provided a solution with my pull request #108
Would be great if you have a look :)