core: chenge maxBlockSizeKey of native Policy

This commit is contained in:
Anna Shaleva 2020-08-03 16:00:15 +03:00
parent 87119da2f7
commit 60f9abae40

View file

@ -38,7 +38,7 @@ var (
// blockedAccountsKey is a key used to store the list of blocked accounts.
blockedAccountsKey = []byte{15}
// maxBlockSizeKey is a key used to store the maximum block size value.
maxBlockSizeKey = []byte{16}
maxBlockSizeKey = []byte{12}
)
// Policy represents Policy native contract.