diff --git a/src/chain.h b/src/chain.h index ce6a81c60..74ed237f2 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 = 1004000; // 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 = 1050200; // reintroduces the nMoneySupply to the persisted block index class CDiskBlockIndex : public CBlockIndex {