The order of parameters matters, it's how all rpc commands are implemented -- there are other RPC transports than jsonrpc (e.g., binrpc, xmlrpc) and the order is the common requirement that implementation relies on.

For jsonrpc it may work to provide params with names (iirc), but the order must be kept.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.