Skip to content

Commit

Permalink
Start wallet rpc to pointer since it may not be in some configs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Nov 21, 2024
1 parent 3268fcc commit e71637f
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 @@ -355,7 +355,7 @@ type IntroducerConfig struct {
// WalletConfig wallet configuration section
type WalletConfig struct {
PortConfig `yaml:",inline" json:",inline"`
StartRPCServer bool `yaml:"start_rpc_server" json:"start_rpc_server"`
StartRPCServer *bool `yaml:"start_rpc_server" json:"start_rpc_server"`
EnableProfiler bool `yaml:"enable_profiler" json:"enable_profiler"`
EnableMemoryProfiler bool `yaml:"enable_memory_profiler" json:"enable_memory_profiler"`
DBSync string `yaml:"db_sync" json:"db_sync"`
Expand Down

0 comments on commit e71637f

Please sign in to comment.