From e1fdd2963baab68bb6a77af2ad7a07fcacd4e73e Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 10 Sep 2020 11:12:29 -0400 Subject: [PATCH] Test batch rpc with params --- test/functional/interface_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/interface_rpc.py b/test/functional/interface_rpc.py index ac2e73fc5..9c877aaea 100755 --- a/test/functional/interface_rpc.py +++ b/test/functional/interface_rpc.py @@ -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 = {}