Skip to content

Commit e1fdd29

Browse files
committed
Test batch rpc with params
1 parent a47e596 commit e1fdd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/interface_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_batch_request(self):
4545
# work fine.
4646
{"method": "invalidmethod", "id": 2},
4747
# Another call that should succeed.
48-
{"method": "getbestblockhash", "id": 3},
48+
{"method": "getblockhash", "id": 3, "params": [0]},
4949
])
5050

5151
result_by_id = {}

0 commit comments

Comments
 (0)