Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Jul 23, 2024
1 parent 6f29a6e commit 61032c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coordinator/conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"fork_name": "bernoulli",
"mock_mode": true,
"params_path": "",
"assets_path_v3": "",
"assets_path_v4": ""
"assets_path_low": "",
"assets_path_hi": ""
},
"max_verifier_workers": 4,
"min_prover_version": "v1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion coordinator/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type VerifierConfig struct {
MockMode bool `json:"mock_mode"`
ParamsPath string `json:"params_path"`
AssetsPathLo string `json:"assets_path_lo"` // lower version Verifier
AssetsPathHI string `json:"assets_path_hi"` // higher version Verifier
AssetsPathHi string `json:"assets_path_hi"` // higher version Verifier
}

// NewConfig returns a new instance of Config.
Expand Down

0 comments on commit 61032c9

Please sign in to comment.