Skip to content

Commit

Permalink
Increment beacon db version to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Jan 28, 2024
1 parent e86a716 commit 12e3fb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/gridcoin/beacon.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,10 @@ class BeaconRegistry : public IContractHandler
//! Version 0: <= 5.2.0.0
//! Version 1: = 5.2.1.0
//! Version 2: 5.2.1.0 with hotfix and > 5.2.1.0
//!
//! The current version of the beacon db is 2. No changes to the underlying storage have
//! occurred during the refactor to the registry db template, so this version remains unchanged
//! through 5.4.2.0+
//! Version 3: 5.4.5.5+
//!
BeaconRegistry()
: m_beacon_db(2)
: m_beacon_db(3)
{
};

Expand Down

0 comments on commit 12e3fb3

Please sign in to comment.