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:
parent
bd5644aa02
commit
6c7a401f77
30 changed files with 51 additions and 94 deletions
|
@ -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"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue