mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
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 = []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.
|
||||
|
|
Loading…
Reference in a new issue