mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 23:41:10 +02:00
doc: fix typos
This commit is contained in:
@@ -146,7 +146,7 @@ FUZZ_TARGET(txorphan, .init = initialize_orphanage)
|
||||
Assert(orphanage->TotalOrphanUsage() <= total_bytes_start);
|
||||
}
|
||||
}
|
||||
// We are not guaranteed to have_tx after AddTx. There are a few possibile reasons:
|
||||
// We are not guaranteed to have_tx after AddTx. There are a few possible reasons:
|
||||
// - tx itself exceeds the per-peer memory usage limit, so LimitOrphans had to remove it immediately
|
||||
// - tx itself exceeds the per-peer latency score limit, so LimitOrphans had to remove it immediately
|
||||
// - the orphanage needed trim and all other announcements from this peer are reconsiderable
|
||||
|
@@ -744,7 +744,7 @@ class CompactBlocksTest(BitcoinTestFramework):
|
||||
assert_not_equal(node.getbestblockhash(), block.hash_hex)
|
||||
test_node.sync_with_ping()
|
||||
|
||||
# The failure above was cached. Submitting the compact block again will returned a cached
|
||||
# The failure above was cached. Submitting the compact block again will return a cached
|
||||
# consensus error (the code path is different) and still not get us disconnected (nor
|
||||
# advance the tip).
|
||||
test_node.send_and_ping(msg)
|
||||
|
Reference in New Issue
Block a user