From c1c173a209ec858fbbd8db6c00dddb570f16dc39 Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Mon, 26 Jun 2023 11:25:03 +0100 Subject: [PATCH] activates DBI_SER_VERSION_MS --- src/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {