Skip to content

Commit

Permalink
Merge branch 'ESK-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Jun 26, 2023
2 parents a684e49 + c1c173a commit 0486ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class CBlockIndex
// New serialization introduced on PIVX
static const int DBI_SER_VERSION_NO_MS = 2000000; // removes nMoneySupply from persisted block index
// New serialization introduced on DSW
static const int DBI_SER_VERSION_MS = INT32_MAX; // reintroduces the nMoneySupply to the persisted block index
static const int DBI_SER_VERSION_MS = 2010000; // reintroduces the nMoneySupply to the persisted block index

class CDiskBlockIndex : public CBlockIndex
{
Expand Down

0 comments on commit 0486ea5

Please sign in to comment.