chore: resolve nit from dash#6085 (blockstorage backports)

This commit is contained in:
Kittywhiskers Van Gogh 2024-07-23 17:45:23 +00:00
parent 92509e2eee
commit 3944d4ed96
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -616,7 +616,6 @@ fs::path GetBlockPosFilename(const FlatFilePos& pos)
return BlockFileSeq().FileName(pos); return BlockFileSeq().FileName(pos);
} }
// TODO move to blockstorage
bool BlockManager::FindBlockPos(FlatFilePos& pos, unsigned int nAddSize, unsigned int nHeight, CChain& active_chain, uint64_t nTime, bool fKnown) bool BlockManager::FindBlockPos(FlatFilePos& pos, unsigned int nAddSize, unsigned int nHeight, CChain& active_chain, uint64_t nTime, bool fKnown)
{ {
LOCK(cs_LastBlockFile); LOCK(cs_LastBlockFile);