diff options
| author | Gregory Sanders <[email protected]> | 2020-09-10 11:12:29 -0400 |
|---|---|---|
| committer | Gregory Sanders <[email protected]> | 2020-09-13 13:43:03 -0400 |
| commit | e1fdd2963baab68bb6a77af2ad7a07fcacd4e73e (patch) | |
| tree | b6be4e9a46cc2325e004ab14d0e88a611400c5af /test/functional/interface_rpc.py | |
| parent | Merge #19841: Implement Keccak and SHA3_256 (diff) | |
| download | discoin-e1fdd2963baab68bb6a77af2ad7a07fcacd4e73e.tar.xz discoin-e1fdd2963baab68bb6a77af2ad7a07fcacd4e73e.zip | |
Test batch rpc with params
Diffstat (limited to 'test/functional/interface_rpc.py')
| -rwxr-xr-x | test/functional/interface_rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {} |