[test] A non-standard transaction which is also consensus-invalid should return the consensus error

This commit is contained in:
Antoine Poinsot
2024-10-16 13:34:15 +01:00
committed by dergoegge
parent f859ff8a4e
commit 86e2a6b749
3 changed files with 13 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ class InvalidTxRequestTest(BitcoinTestFramework):
node.p2ps[0].send_txs_and_test([rejected_parent], node, success=False)
self.log.info('Test that a peer disconnection causes erase its transactions from the orphan pool')
with node.assert_debug_log(['Erased 100 orphan transaction(s) from peer=25']):
with node.assert_debug_log(['Erased 100 orphan transaction(s) from peer=26']):
self.reconnect_p2p(num_connections=1)
self.log.info('Test that a transaction in the orphan pool is included in a new tip block causes erase this transaction from the orphan pool')