diff --git a/pluginconfig/execute.go b/pluginconfig/execute.go index 74a107336..e10c615f6 100644 --- a/pluginconfig/execute.go +++ b/pluginconfig/execute.go @@ -56,8 +56,11 @@ type ExecuteOffchainConfig struct { // MultipleReportsEnabled is a flag to enable/disable multiple reports per round. MultipleReportsEnabled bool `json:"multipleReports"` - // SolanaChainWriterConfigVersion is a flag to specify which version of Solana ChainWriter configs to initialize the - // plugin with. Leave empty to use a default configuration value. + // SolanaChainWriterConfigVersion is a feature flag to specify which version of Solana ChainWriter configs to + // initialize the plugin with. + // + // Deprecated: this feature flag is no longer needed since only the latest version of the Solana ChainWriter config is + // used SolanaChainWriterConfigVersion *string `json:"solanaAccountDerivation,omitempty"` }