From b563db44709caf118e4839904e8e4b1f36736a24 Mon Sep 17 00:00:00 2001 From: ninjaahhh Date: Tue, 14 Apr 2020 16:48:32 -0700 Subject: [PATCH] Turn on indexing switch --- mainnet/singularity/cluster_config_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainnet/singularity/cluster_config_template.json b/mainnet/singularity/cluster_config_template.json index 437da2289..64bd7d096 100644 --- a/mainnet/singularity/cluster_config_template.json +++ b/mainnet/singularity/cluster_config_template.json @@ -4,7 +4,7 @@ "JSON_RPC_HOST": "127.0.0.1", "PRIVATE_JSON_RPC_PORT": 38491, "PRIVATE_JSON_RPC_HOST": "127.0.0.1", - "ENABLE_TRANSACTION_HISTORY": false, + "ENABLE_TRANSACTION_HISTORY": true, "DB_PATH_ROOT": "./qkc-data/mainnet", "LOG_LEVEL": "info", "START_SIMULATED_MINING": false,