interop: extend native Notary interop API
This commit is contained in:
parent
49e228ddf8
commit
3996b3abb7
2 changed files with 12 additions and 0 deletions
|
@ -156,6 +156,8 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"expirationOf", []string{u160}},
|
||||
{"getMaxNotValidBeforeDelta", nil},
|
||||
{"setMaxNotValidBeforeDelta", []string{"42"}},
|
||||
{"getNotaryServiceFeePerKey", nil},
|
||||
{"setNotaryServiceFeePerKey", []string{"42"}},
|
||||
})
|
||||
runNativeTestCases(t, cs.Management.ContractMD, "management", []nativeTestCase{
|
||||
{"deploy", []string{"nil", "nil"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue