From f76fa41c309acd4903fed20a7c34b47cf0ec03a5 Mon Sep 17 00:00:00 2001 From: georgehao Date: Fri, 26 Jul 2024 11:40:02 +0800 Subject: [PATCH] fix config typo --- coordinator/conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/conf/config.json b/coordinator/conf/config.json index 8deb3c095..15ae708f8 100644 --- a/coordinator/conf/config.json +++ b/coordinator/conf/config.json @@ -9,7 +9,7 @@ "fork_name": "bernoulli", "mock_mode": true, "params_path": "", - "assets_path_low": "", + "assets_path_lo": "", "assets_path_hi": "" }, "max_verifier_workers": 4,