From eb537c5555751926669e330434aff05d667031d5 Mon Sep 17 00:00:00 2001 From: pingke Date: Thu, 21 Apr 2022 15:29:37 +0800 Subject: [PATCH] update ENABLE_TRANSACTION_HISTORY to true --- 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 c92986375..b10818ee8 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,