forked from TrueCloudLab/neoneo-go
core: chenge maxBlockSizeKey of native Policy
This commit is contained in:
parent
87119da2f7
commit
60f9abae40
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ var (
|
||||||
// blockedAccountsKey is a key used to store the list of blocked accounts.
|
// blockedAccountsKey is a key used to store the list of blocked accounts.
|
||||||
blockedAccountsKey = []byte{15}
|
blockedAccountsKey = []byte{15}
|
||||||
// maxBlockSizeKey is a key used to store the maximum block size value.
|
// maxBlockSizeKey is a key used to store the maximum block size value.
|
||||||
maxBlockSizeKey = []byte{16}
|
maxBlockSizeKey = []byte{12}
|
||||||
)
|
)
|
||||||
|
|
||||||
// Policy represents Policy native contract.
|
// Policy represents Policy native contract.
|
||||||
|
|
Loading…
Reference in a new issue