Skip to content

Commit

Permalink
Fix typo in BlockchainCache.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed Mar 10, 2024
1 parent f650c3d commit c832d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteCore/BlockchainCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ PushedBlockInfo BlockchainCache::getPushedBlockInfo(uint32_t blockIndex) const {

// Returns upper part of segment. [this] remains lower part.
// All of indexes on blockIndex == splitBlockIndex belong to upper part
// TODO: first move containers to new cache, then copy elements back. This can be much more effective, cause we usualy
// TODO: first move containers to new cache, then copy elements back. This can be much more effective, cause we usually
// split blockchain near its top.
std::unique_ptr<IBlockchainCache> BlockchainCache::split(uint32_t splitBlockIndex) {
logger(Logging::DEBUGGING) << "Splitting at block index: " << splitBlockIndex << ", top block index: " << getTopBlockIndex();
Expand Down

0 comments on commit c832d54

Please sign in to comment.