mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
test: fix spelling in interface_usdt_utxocache
This commit is contained in:
parent
d7700d3a26
commit
258f93000b
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
|
|||
bpf["utxocache_flush"].open_perf_buffer(handle_utxocache_flush)
|
||||
|
||||
self.log.info("stop the node to flush the UTXO cache")
|
||||
UTXOS_IN_CACHE = 2 # might need to be changed if the eariler tests are modified
|
||||
UTXOS_IN_CACHE = 2 # might need to be changed if the earlier tests are modified
|
||||
# A node shutdown causes two flushes. One that flushes UTXOS_IN_CACHE
|
||||
# UTXOs and one that flushes 0 UTXOs. Normally the 0-UTXO-flush is the
|
||||
# second flush, however it can happen that the order changes.
|
||||
|
|
Loading…
Add table
Reference in a new issue