File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ def run_test(self):
141
141
tx_orphan_2_valid , # The valid transaction (with sufficient fee)
142
142
]
143
143
}
144
- # Transactions that do not end up in the mempool
145
- # tx_orphan_no_fee , because it has too low fee (p2ps[0] is not disconnected for relaying that tx)
146
- # tx_orphan_invalid , because it has negative fee (p2ps[1] is disconnected for relaying that tx)
144
+ # Transactions that do not end up in the mempool:
145
+ # tx_orphan_2_no_fee , because it has too low fee (p2ps[0] is not disconnected for relaying that tx)
146
+ # tx_orphan_2_invalid , because it has negative fee (p2ps[1] is disconnected for relaying that tx)
147
147
148
148
self .wait_until (lambda : 1 == len (node .getpeerinfo ()), timeout = 12 ) # p2ps[1] is no longer connected
149
149
assert_equal (expected_mempool , set (node .getrawmempool ()))
You can’t perform that action at this time.
0 commit comments