diff options
author | Arnab Sen <arnabsen1729@gmail.com> | 2021-12-22 11:57:44 +0530 |
---|---|---|
committer | Arnab Sen <arnabsen1729@gmail.com> | 2021-12-30 19:30:17 +0530 |
commit | 36a65847033540cf2203252c7baf42bc5ec97579 (patch) | |
tree | 42a6b5c9e7c09b5d23d104eba11696806f104211 /src/qt/signverifymessagedialog.h | |
parent | 5d911336998ee0b15f28bd7c96e0e56e7b878979 (diff) |
tracing: correctly scope utxocache:flush tracepoint
Previously, the `utxocache:flush` tracepoint was in the wrong scope and
reached every time `CChainState::FlushStateToDisk` was called, even when
there was no flushing of the cache. The tracepoint is now properly scoped
and will be reached during a full flush.
Inside the scope, the `fDoFullFlush` value will always be `true`, so it
doesn't need to be logged separately. Hence, it's dropped from the
tracepoint arguments.
Diffstat (limited to 'src/qt/signverifymessagedialog.h')
0 files changed, 0 insertions, 0 deletions