native/policy: move MaxTransactionsPerBlock to config

This commit is contained in:
Evgeniy Stratonikov 2021-02-17 18:22:57 +03:00
parent 924de3e090
commit 7b8533b67c
8 changed files with 25 additions and 116 deletions

View file

@ -120,14 +120,12 @@ func TestNativeHelpersCompile(t *testing.T) {
{"getFeePerByte", nil},
{"getMaxBlockSize", nil},
{"getMaxBlockSystemFee", nil},
{"getMaxTransactionsPerBlock", nil},
{"getStoragePrice", nil},
{"isBlocked", []string{u160}},
{"setExecFeeFactor", []string{"42"}},
{"setFeePerByte", []string{"42"}},
{"setMaxBlockSize", []string{"42"}},
{"setMaxBlockSystemFee", []string{"42"}},
{"setMaxTransactionsPerBlock", []string{"42"}},
{"setStoragePrice", []string{"42"}},
{"unblockAccount", []string{u160}},
})