native/policy: remove MaxBlockSize and MaxBlockSystemFee

This commit is contained in:
Evgeniy Stratonikov 2021-02-17 18:33:53 +03:00
parent 7b8533b67c
commit ffd85dd51d
11 changed files with 2 additions and 254 deletions

View file

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