Browse Source

Separate idindex and insight explorer index flags

pull/446/head
miketout 2 years ago
parent
commit
df402019af
  1. 1
      src/main.cpp

1
src/main.cpp

@ -7064,7 +7064,6 @@ bool static LoadBlockIndexDB()
{
fAddressIndex = fInsightExplorer;
fSpentIndex = fInsightExplorer;
fIdIndex = fInsightExplorer;
}
fTimestampIndex = fInsightExplorer;

Loading…
Cancel
Save