Skip to content

Commit

Permalink
Update src/gridcoin/beacon.h
Browse files Browse the repository at this point in the history
Co-authored-by: div72 <[email protected]>
  • Loading branch information
jamescowens and div72 authored Mar 27, 2021
1 parent 9398f20 commit 3356729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridcoin/beacon.h
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class BeaconRegistry : public IContractHandler
//!
//! \brief Passivates the elements in the beacon db, which means remove from memory elements in the
//! historical map that are not referenced by either the m_beacons or m_pending. The backing store of
//! the element removed from memory is retained and will be transparently restored if find() or operator[]
//! the element removed from memory is retained and will be transparently restored if find()
//! is called on the hash key for the element.
//!
//! \return The number of elements passivated.
Expand Down

0 comments on commit 3356729

Please sign in to comment.