Skip to content

Commit

Permalink
Test batch rpc with params
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Sep 13, 2020
1 parent a47e596 commit e1fdd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/interface_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_batch_request(self):
# work fine.
{"method": "invalidmethod", "id": 2},
# Another call that should succeed.
{"method": "getbestblockhash", "id": 3},
{"method": "getblockhash", "id": 3, "params": [0]},
])

result_by_id = {}
Expand Down

0 comments on commit e1fdd29

Please sign in to comment.