Skip to content

Commit 9aa29f1

Browse files
committed
[Cleanup] Remove un-needed modifier checkpoints map
1 parent 1504bf9 commit 9aa29f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/kernel.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@ static const unsigned int MODIFIER_INTERVAL = 60;
248248
static const int MODIFIER_INTERVAL_RATIO = 3;
249249
static const int64_t OLD_MODIFIER_INTERVAL = 2087;
250250

251-
// Hard checkpoints of stake modifiers to ensure they are deterministic
252-
static std::map<int, unsigned int> mapStakeModifierCheckpoints =
253-
boost::assign::map_list_of(0, 0xfd11f4e7u);
254251

255252
// Get selection interval section (in seconds)
256253
static int64_t GetStakeModifierSelectionIntervalSection(int nSection)
@@ -496,4 +493,3 @@ bool ComputeNextStakeModifier(const CBlockIndex* pindexPrev, uint64_t& nStakeMod
496493
fGeneratedStakeModifier = true;
497494
return true;
498495
}
499-

0 commit comments

Comments
 (0)