smartcontract: increase MaxManifestSize

This commit is contained in:
Anna Shaleva 2020-08-27 10:10:27 +03:00
parent ca2e8ed528
commit e1a266ab86

View file

@ -10,7 +10,7 @@ import (
const (
// MaxManifestSize is a max length for a valid contract manifest.
MaxManifestSize = 2048
MaxManifestSize = 4096
// MethodInit is a name for default initialization method.
MethodInit = "_initialize"