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
Currently params: null in JSON will be deserialized into Params::None. I'm not entirely sure if this behavior is expected by the spec. If we want to be very strict, we could instead enforce that the params field is not present in case there is no parameters to pass.
The text was updated successfully, but these errors were encountered:
Currently
params: null
in JSON will be deserialized intoParams::None
. I'm not entirely sure if this behavior is expected by the spec. If we want to be very strict, we could instead enforce that theparams
field is not present in case there is no parameters to pass.The text was updated successfully, but these errors were encountered: