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 f861ab7 commit 5b9f4adCopy full SHA for 5b9f4ad
test/functional/p2p_invalid_tx.py
@@ -165,7 +165,7 @@ def run_test(self):
165
node.p2ps[0].send_txs_and_test([rejected_parent], node, success=False)
166
167
self.log.info('Test that a peer disconnection causes erase its transactions from the orphan pool')
168
- with node.assert_debug_log(['Erased 100 orphan transaction(s) from peer=26']):
+ with node.assert_debug_log(['Erased 100 orphan transaction(s) from peer=27']):
169
self.reconnect_p2p(num_connections=1)
170
171
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')
0 commit comments