forked from TrueCloudLab/neoneo-go
Merge pull request #1365 from nspcc-dev/smartcontract/max_manifest_size
smartcontract: increase MaxManifestSize
This commit is contained in:
commit
ed2061fd24
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// MaxManifestSize is a max length for a valid contract manifest.
|
// MaxManifestSize is a max length for a valid contract manifest.
|
||||||
MaxManifestSize = 2048
|
MaxManifestSize = 4096
|
||||||
|
|
||||||
// MethodInit is a name for default initialization method.
|
// MethodInit is a name for default initialization method.
|
||||||
MethodInit = "_initialize"
|
MethodInit = "_initialize"
|
||||||
|
|
Loading…
Reference in a new issue