Fix naming typo getRecorderWithTag (#210)

This commit is contained in:
Ian Zhang
2025-03-25 17:33:28 -07:00
committed by GitHub
parent 0caca67ee1
commit b68df2817b
8 changed files with 75 additions and 75 deletions

View File

@@ -146,7 +146,7 @@ CoTryTask<void> ResyncWorker::handleSync(VersionedChainId vChainId) {
uint32_t currentSyncingSkipCount = 0;
auto recordGuard = resyncRecorder.record(tag);
auto remainingChunksCount = syncingRemainingChunksCount.getRecoderWithTag(tag);
auto remainingChunksCount = syncingRemainingChunksCount.getRecorderWithTag(tag);
SCOPE_EXIT { remainingChunksCount->set(0); };
// 3. sync start.