Skip to content

Commit

Permalink
Specifically dont marshall ChiaRoot in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jun 14, 2024
1 parent 17377c5 commit f172066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// ChiaConfig the chia config.yaml
type ChiaConfig struct {
ChiaRoot string
ChiaRoot string `yaml:"-"`
DaemonPort uint16 `yaml:"daemon_port"`
DaemonSSL SSLConfig `yaml:"daemon_ssl"`
Farmer FarmerConfig `yaml:"farmer"`
Expand Down

0 comments on commit f172066

Please sign in to comment.