insightexplorer fix LogPrintf

This commit is contained in:
Larry Ruane 2019-08-08 14:54:47 -06:00
parent 6e7e50be4d
commit 70bda8416a
1 changed files with 1 additions and 1 deletions

View File

@ -4436,7 +4436,7 @@ bool static LoadBlockIndexDB()
// insightexplorer
// Check whether block explorer features are enabled
pblocktree->ReadFlag("insightexplorer", fInsightExplorer);
LogPrintf("%s: insight explorer %s\n", __func__, fAddressIndex ? "enabled" : "disabled");
LogPrintf("%s: insight explorer %s\n", __func__, fInsightExplorer ? "enabled" : "disabled");
fAddressIndex = fInsightExplorer;
fSpentIndex = fInsightExplorer;
fTimestampIndex = fInsightExplorer;