mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
chore: resolve nit from dash#6085 (blockstorage backports)
This commit is contained in:
parent
92509e2eee
commit
3944d4ed96
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user