Skip to content

Commit 0d9fdd3

Browse files
committed
test, doc: refer to the correct variable names in p2p_invalid_tx.py
1 parent dd455ec commit 0d9fdd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/p2p_invalid_tx.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ def run_test(self):
141141
tx_orphan_2_valid, # The valid transaction (with sufficient fee)
142142
]
143143
}
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)
147147

148148
self.wait_until(lambda: 1 == len(node.getpeerinfo()), timeout=12) # p2ps[1] is no longer connected
149149
assert_equal(expected_mempool, set(node.getrawmempool()))

0 commit comments

Comments
 (0)