diff --git a/cli/smartcontract/smart_contract.go b/cli/smartcontract/smart_contract.go index 4b7c2877c..488a62a33 100644 --- a/cli/smartcontract/smart_contract.go +++ b/cli/smartcontract/smart_contract.go @@ -33,7 +33,7 @@ var ( errFileExist = errors.New("A file with given smart-contract name already exists") ) -var ( +const ( // smartContractTmpl is written to a file when used with `init` command. // %s is parsed to be the smartContractName smartContractTmpl = `package %s