Browse Source

Add comment about cs_most_recent_block coverage

0.15
Matt Corallo 8 years ago
parent
commit
b49ad44efe
  1. 1
      src/net_processing.cpp

1
src/net_processing.cpp

@ -771,6 +771,7 @@ void PeerLogicValidation::SyncTransaction(const CTransaction& tx, const CBlockIn @@ -771,6 +771,7 @@ void PeerLogicValidation::SyncTransaction(const CTransaction& tx, const CBlockIn
}
}
// All of the following cache a recent block, and are protected by cs_most_recent_block
static CCriticalSection cs_most_recent_block;
static std::shared_ptr<const CBlock> most_recent_block;
static std::shared_ptr<const CBlockHeaderAndShortTxIDs> most_recent_compact_block;

Loading…
Cancel
Save