diff --git a/zebrad/tests/common/configs/v1.3.1.toml b/zebrad/tests/common/configs/v1.3.1.toml index 0527fc60434..0879f87c44f 100644 --- a/zebrad/tests/common/configs/v1.3.1.toml +++ b/zebrad/tests/common/configs/v1.3.1.toml @@ -29,6 +29,9 @@ tx_cost_limit = 80000000 [metrics] +[mining] +debug_like_zcashd = true + [network] cache_dir = true crawl_new_peer_interval = "1m 1s" @@ -50,7 +53,7 @@ peerset_initial_target_size = 25 [rpc] debug_force_finished_sync = false -parallel_cpu_threads = 1 +parallel_cpu_threads = 0 [state] cache_dir = "cache_dir" @@ -67,4 +70,4 @@ parallel_cpu_threads = 0 buffer_limit = 128000 force_use_color = false use_color = true -use_journald = false +use_journald = false \ No newline at end of file