mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge a518b1c26b into merged_master (Bitcoin PR #19936)
This commit is contained in:
commit
b2cc574f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue