From 12e3fb3186e203f68c7ad162172bed37f86f189b Mon Sep 17 00:00:00 2001 From: "James C. Owens" Date: Sun, 28 Jan 2024 01:14:30 -0500 Subject: [PATCH] Increment beacon db version to 3. --- src/gridcoin/beacon.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/gridcoin/beacon.h b/src/gridcoin/beacon.h index 24567c479a..5f0b5129cd 100644 --- a/src/gridcoin/beacon.h +++ b/src/gridcoin/beacon.h @@ -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) { };