core: move Neo.Runtime/Enumerator/Iterator.* interops to System.*
This commit is contained in:
parent
97c6ac7a73
commit
0472a0b0b1
15 changed files with 102 additions and 117 deletions
|
@ -55,7 +55,7 @@ func getPanicSource(need bool, message string) string {
|
|||
}
|
||||
|
||||
func logGetter(logs *[]string) vm.InteropGetterFunc {
|
||||
logID := emit.InteropNameToID([]byte("Neo.Runtime.Log"))
|
||||
logID := emit.InteropNameToID([]byte("System.Runtime.Log"))
|
||||
return func(id uint32) *vm.InteropFuncPrice {
|
||||
if id != logID {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue