smartcontract: increase MaxManifestSize
This commit is contained in:
parent
ca2e8ed528
commit
e1a266ab86
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue