mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-21 21:22:47 +02:00
style: Remove unused whitespace
This commit is contained in:
@ -95,11 +95,9 @@ static bool GetUTXOStats(CCoinsView* view, BlockManager& blockman, CCoinsStats&
|
|||||||
assert(pcursor);
|
assert(pcursor);
|
||||||
|
|
||||||
if (!pindex) {
|
if (!pindex) {
|
||||||
{
|
|
||||||
LOCK(cs_main);
|
LOCK(cs_main);
|
||||||
pindex = blockman.LookupBlockIndex(view->GetBestBlock());
|
pindex = blockman.LookupBlockIndex(view->GetBestBlock());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stats.nHeight = Assert(pindex)->nHeight;
|
stats.nHeight = Assert(pindex)->nHeight;
|
||||||
stats.hashBlock = pindex->GetBlockHash();
|
stats.hashBlock = pindex->GetBlockHash();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user