From fddb357e89ac27faa8b3915479679895d873141b Mon Sep 17 00:00:00 2001 From: Gwen Date: Fri, 13 Oct 2023 13:21:35 -0400 Subject: [PATCH] fix comments --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e09351b0..329d64ee 100644 --- a/config/config.go +++ b/config/config.go @@ -191,7 +191,7 @@ func (c *Config) Validate() error { return nil } -// GetSourceIDs returns the Subnet and Chain IDs of all subnets configured as a source +// GetSourceIDs returns the Subnet, Chain IDs and Allowed Destination Chain IDs of all subnets configured as a source func (cfg *Config) GetSourceIDs() ([]ids.ID, []ids.ID, map[ids.ID]map[ids.ID]bool, error) { var sourceSubnetIDs []ids.ID var sourceChainIDs []ids.ID