Test batch rpc with params

pull/764/head
Gregory Sanders 4 years ago
parent a47e596486
commit e1fdd2963b

@ -45,7 +45,7 @@ class RPCInterfaceTest(BitcoinTestFramework):
# work fine.
{"method": "invalidmethod", "id": 2},
# Another call that should succeed.
{"method": "getbestblockhash", "id": 3},
{"method": "getblockhash", "id": 3, "params": [0]},
])
result_by_id = {}

Loading…
Cancel
Save