We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4f23d commit 14ccc58Copy full SHA for 14ccc58
1 file changed
system-tests/lib/cre/features/solana/v2/solana.go
@@ -84,7 +84,7 @@ func (s *Solana) PreEnvStartup(
84
return nil, errors.Wrapf(fErr, "failed to deploy forwarder for solana")
85
}
86
input := input{}
87
- // 2. Patch nodes TOML config to include Solana workflow forwarder settings
+ // 2. Patch nodes TOML config to include Solana workflow settings
88
cfgErr := patchNodeTOML(creEnv, don, input, solChain.ChainSelector())
89
if cfgErr != nil {
90
return nil, errors.Wrapf(cfgErr, "failed to update node configs for solana")
0 commit comments