diff --git a/src/chain.h b/src/chain.h index 0e7013530..4de3330fc 100644 --- a/src/chain.h +++ b/src/chain.h @@ -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 {