Skip to content

Commit 0eca557

Browse files
committed
set workflow config optional
1 parent 1800d92 commit 0eca557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/solana/config/toml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type TOMLConfig struct {
119119
// Do not access directly, use [IsEnabled]
120120
Enabled *bool
121121
Chain
122-
Workflow WorkflowConfig
122+
Workflow WorkflowConfig `toml:",omitempty"`
123123
MultiNode mnCfg.MultiNodeConfig
124124
Nodes Nodes
125125
}

0 commit comments

Comments
 (0)