mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
test, doc: refer to the correct variable names in p2p_invalid_tx.py
This commit is contained in:
parent
dd455ecfa0
commit
0d9fdd329e
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,9 @@ class InvalidTxRequestTest(BitcoinTestFramework):
|
|||
tx_orphan_2_valid, # The valid transaction (with sufficient fee)
|
||||
]
|
||||
}
|
||||
# Transactions that do not end up in the mempool
|
||||
# tx_orphan_no_fee, because it has too low fee (p2ps[0] is not disconnected for relaying that tx)
|
||||
# tx_orphan_invalid, because it has negative fee (p2ps[1] is disconnected for relaying that tx)
|
||||
# Transactions that do not end up in the mempool:
|
||||
# tx_orphan_2_no_fee, because it has too low fee (p2ps[0] is not disconnected for relaying that tx)
|
||||
# tx_orphan_2_invalid, because it has negative fee (p2ps[1] is disconnected for relaying that tx)
|
||||
|
||||
self.wait_until(lambda: 1 == len(node.getpeerinfo()), timeout=12) # p2ps[1] is no longer connected
|
||||
assert_equal(expected_mempool, set(node.getrawmempool()))
|
||||
|
|
Loading…
Add table
Reference in a new issue