mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
test: fix spelling in Python code comment
This commit is contained in:
parent
1a6fc04d81
commit
4774a0c923
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
|
|||
self.log.info(
|
||||
f"check that we successfully traced {EXPECTED_HANDLE_ADD_SUCCESS} adds and {EXPECTED_HANDLE_SPENT_SUCCESS} spent")
|
||||
|
||||
# Check that all expected tracepoints are recieved, but not the order they were recieved in.
|
||||
# Check that all expected tracepoints are received, but not the order they were received in.
|
||||
# Tracepoint ordering is not strictly guaranteed, so this comparison avoids intermittent failures in the test.
|
||||
def cache_event_to_key(event):
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue