native/interop: revert management.hasMethod()

This reverts commits
 * f50bcf617a
 * 4f184498bc
 * ab3330564a

because they're 3.4.0-compatible while we need 3.3.1.
This commit is contained in:
Roman Khimov 2022-07-27 19:08:40 +03:00
parent bd5644aa02
commit 6c7a401f77
30 changed files with 51 additions and 94 deletions

View file

@ -206,7 +206,6 @@ func TestNativeHelpersCompile(t *testing.T) {
{"destroy", nil},
{"getContract", []string{u160}},
{"getMinimumDeploymentFee", nil},
{"hasMethod", []string{u160, `"method"`, "0"}},
{"setMinimumDeploymentFee", []string{"42"}},
{"update", []string{"nil", "nil"}},
{"updateWithData", []string{"nil", "nil", "123"}},