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 f69d922 commit 086fc83Copy full SHA for 086fc83
test/functional/mempool_resurrect.py
@@ -47,12 +47,11 @@ def run_test(self):
47
tx = self.nodes[0].gettransaction(txid)
48
assert(tx["confirmations"] > 0)
49
50
- # Use invalidateblock to re-org back; all transactions should
51
- # end up unconfirmed and back in the mempool
+ # Use invalidateblock to re-org back
52
for node in self.nodes:
53
node.invalidateblock(blocks[0])
54
55
- # mempool should be empty, all txns confirmed
+ # All txns should be back in mempool with 0 confirmations
56
assert_equal(set(self.nodes[0].getrawmempool()), set(spends1_id+spends2_id))
57
for txid in spends1_id+spends2_id:
58
0 commit comments