We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c182e commit f943cbbCopy full SHA for f943cbb
src/init.cpp
@@ -1470,6 +1470,9 @@ bool AppInit2()
1470
1471
fReindex = gArgs.GetBoolArg("-reindex", false);
1472
1473
+ // Assume sapling active during reindex for proper v2 deserialization when loading the wallet
1474
+ if (fReindex) g_IsSaplingActive = true;
1475
+
1476
// Create blocks directory if it doesn't already exist
1477
fs::create_directories(GetDataDir() / "blocks");
1478
0 commit comments