Merge a518b1c26b into merged_master (Bitcoin PR #19936)

This commit is contained in:
Andrew Poelstra 2020-11-29 05:48:24 +00:00
commit b2cc574f87

View file

@ -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 = {}