From f271acb972328bddfd7cc97f8d00fcb0dddf9552 Mon Sep 17 00:00:00 2001 From: Makram Kamaleddine Date: Thu, 12 Dec 2024 22:30:01 +0200 Subject: [PATCH] one more comment --- deployment/ccip/changeset/cs_ccip_home.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/ccip/changeset/cs_ccip_home.go b/deployment/ccip/changeset/cs_ccip_home.go index 62a33effad7..1391c9d9cf0 100644 --- a/deployment/ccip/changeset/cs_ccip_home.go +++ b/deployment/ccip/changeset/cs_ccip_home.go @@ -209,7 +209,8 @@ type SetCandidateChangesetConfig struct { // DONChainSelector is the chain selector of the chain where the DON will be added. DONChainSelector uint64 - PluginType types.PluginType + PluginType types.PluginType + // Note that the PluginType field is used to determine which field in CCIPOCRParams is used. CCIPOCRParams CCIPOCRParams // MCMS is optional MCMS configuration, if provided the changeset will generate an MCMS proposal.