potentially fix txindex check.
This commit is contained in:
parent
1b9545834a
commit
20934c285e
@ -877,6 +877,7 @@ start_node_thread(void) {
|
|||||||
|
|
||||||
// Check for changed -txindex state
|
// Check for changed -txindex state
|
||||||
// if (fTxIndex != GetBoolArg("-txindex", false)) {
|
// if (fTxIndex != GetBoolArg("-txindex", false)) {
|
||||||
|
// if (fTxIndex && !g_txindex) {
|
||||||
// if (set_cooked()) {
|
// if (set_cooked()) {
|
||||||
// fprintf(stderr, "You need to rebuild the database using -reindex to change -txindex\n");
|
// fprintf(stderr, "You need to rebuild the database using -reindex to change -txindex\n");
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user