Skip to content

Commit 14ccc58

Browse files
UnheilbarCopilot
andauthored
Update system-tests/lib/cre/features/solana/v2/solana.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fe4f23d commit 14ccc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • system-tests/lib/cre/features/solana/v2

system-tests/lib/cre/features/solana/v2/solana.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (s *Solana) PreEnvStartup(
8484
return nil, errors.Wrapf(fErr, "failed to deploy forwarder for solana")
8585
}
8686
input := input{}
87-
// 2. Patch nodes TOML config to include Solana workflow forwarder settings
87+
// 2. Patch nodes TOML config to include Solana workflow settings
8888
cfgErr := patchNodeTOML(creEnv, don, input, solChain.ChainSelector())
8989
if cfgErr != nil {
9090
return nil, errors.Wrapf(cfgErr, "failed to update node configs for solana")

0 commit comments

Comments
 (0)