mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge fe1fcdc629 into merged_master (Bitcoin PR bitcoin/bitcoin#25121)
This commit is contained in:
commit
613804e4ee
1 changed files with 3 additions and 0 deletions
|
|
@ -333,6 +333,9 @@ class RESTTest (BitcoinTestFramework):
|
|||
# the size of the memory pool should be greater than 3x ~100 bytes
|
||||
assert_greater_than(json_obj['bytes'], 300)
|
||||
|
||||
mempool_info = self.nodes[0].getmempoolinfo()
|
||||
assert_equal(json_obj, mempool_info)
|
||||
|
||||
# Check that there are our submitted transactions in the TX memory pool
|
||||
json_obj = self.test_rest_request("/mempool/contents")
|
||||
raw_mempool_verbose = self.nodes[0].getrawmempool(verbose=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue