Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/loom/common/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down