mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Test batch rpc with params
This commit is contained in:
parent
a47e596486
commit
e1fdd2963b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class RPCInterfaceTest(BitcoinTestFramework):
|
||||||
# work fine.
|
# work fine.
|
||||||
{"method": "invalidmethod", "id": 2},
|
{"method": "invalidmethod", "id": 2},
|
||||||
# Another call that should succeed.
|
# Another call that should succeed.
|
||||||
{"method": "getbestblockhash", "id": 3},
|
{"method": "getblockhash", "id": 3, "params": [0]},
|
||||||
])
|
])
|
||||||
|
|
||||||
result_by_id = {}
|
result_by_id = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue