Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen917 committed Oct 13, 2023
1 parent 618a185 commit fddb357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fddb357

Please sign in to comment.