forked from TrueCloudLab/neoneo-go
core: fix System.Storage.Find
parameter count
This commit is contained in:
parent
39817aae46
commit
47ef3b41fa
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var systemInterops = []interop.Function{
|
|||
{Name: interopnames.SystemStorageDelete, Func: storageDelete, Price: 0,
|
||||
RequiredFlags: callflag.WriteStates, ParamCount: 2},
|
||||
{Name: interopnames.SystemStorageFind, Func: storageFind, Price: 1 << 15, RequiredFlags: callflag.ReadStates,
|
||||
ParamCount: 2},
|
||||
ParamCount: 3},
|
||||
{Name: interopnames.SystemStorageGet, Func: storageGet, Price: 1 << 15, RequiredFlags: callflag.ReadStates,
|
||||
ParamCount: 2},
|
||||
{Name: interopnames.SystemStorageGetContext, Func: storageGetContext, Price: 1 << 4,
|
||||
|
|
Loading…
Reference in a new issue