core: adjust System.Runtime.GetNotifications interop
Part of #1055. Forgot to add this pretty interop to the list of system interops.
This commit is contained in:
parent
120eff92f7
commit
ef8de3b2dc
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ var systemInterops = []interop.Function{
|
|||
{Name: "System.Runtime.GetEntryScriptHash", Func: engineGetEntryScriptHash, Price: 400},
|
||||
{Name: "System.Runtime.GetExecutingScriptHash", Func: engineGetExecutingScriptHash, Price: 400},
|
||||
{Name: "System.Runtime.GetInvocationCounter", Func: runtime.GetInvocationCounter, Price: 400},
|
||||
{Name: "System.Runtime.GetNotifications", Func: runtime.GetNotifications, Price: 10000},
|
||||
{Name: "System.Runtime.GetScriptContainer", Func: engineGetScriptContainer, Price: 250},
|
||||
{Name: "System.Runtime.GetTime", Func: runtimeGetTime, Price: 250,
|
||||
AllowedTriggers: trigger.Application, RequiredFlags: smartcontract.AllowStates},
|
||||
|
|
Loading…
Reference in a new issue