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
JSON RPC 2.0 specs dictate request parameters to be structured; either an array or key/value pairs. We need to have a validator function in a common place (jsonrpc/message.go) as it is both used by jsonrpc/client.go and jsonrpc/sender.go.
The text was updated successfully, but these errors were encountered:
JSON RPC 2.0 specs dictate request parameters to be structured; either an array or key/value pairs. We need to have a validator function in a common place (
jsonrpc/message.go
) as it is both used byjsonrpc/client.go
andjsonrpc/sender.go
.The text was updated successfully, but these errors were encountered: