diff --git a/cmd/loom/common/loader.go b/cmd/loom/common/loader.go index 498e58f7dc..1269404b76 100644 --- a/cmd/loom/common/loader.go +++ b/cmd/loom/common/loader.go @@ -19,7 +19,7 @@ import ( func NewDefaultContractsLoader(cfg *config.Config) plugin.Loader { contracts := []goloomplugin.Contract{} - //For a quick way for other chains to just build new contracts into loom, like gamechain + //For a quick way for other chains to just build new contracts into Loom Protocol, like gamechain contracts = append(contracts, builtinContracts...) if cfg.DPOSVersion == 3 {