We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b1229 commit faeed91Copy full SHA for faeed91
test/functional/interface_rest.py
@@ -337,6 +337,9 @@ def run_test(self):
337
assert_greater_than(json_obj['bytes'], 300)
338
339
mempool_info = self.nodes[0].getmempoolinfo()
340
+ # pop unstable unbroadcastcount before check
341
+ for obj in [json_obj, mempool_info]:
342
+ obj.pop("unbroadcastcount")
343
assert_equal(json_obj, mempool_info)
344
345
# Check that there are our submitted transactions in the TX memory pool
0 commit comments