diff --git a/cli/smartcontract/smart_contract.go b/cli/smartcontract/smart_contract.go index 00c0cce89..de8cb4c49 100644 --- a/cli/smartcontract/smart_contract.go +++ b/cli/smartcontract/smart_contract.go @@ -374,6 +374,9 @@ func initSmartContract(ctx *cli.Context) error { } gm := []byte("module " + contractName + ` + +go 1.19 + require ( github.com/nspcc-dev/neo-go/pkg/interop ` + ver + ` )`)