core: move Neo.Blockchain.* syscalls to System.*
This commit is contained in:
parent
3d3fe9398e
commit
97c6ac7a73
2 changed files with 2 additions and 4 deletions
|
@ -30,8 +30,8 @@ var syscalls = map[string]map[string]string{
|
|||
},
|
||||
"blockchain": {
|
||||
"GetBlock": "System.Blockchain.GetBlock",
|
||||
"GetContract": "Neo.Blockchain.GetContract",
|
||||
"GetHeight": "Neo.Blockchain.GetHeight",
|
||||
"GetContract": "System.Blockchain.GetContract",
|
||||
"GetHeight": "System.Blockchain.GetHeight",
|
||||
"GetTransaction": "System.Blockchain.GetTransaction",
|
||||
"GetTransactionFromBlock": "System.Blockchain.GetTransactionFromBlock",
|
||||
"GetTransactionHeight": "System.Blockchain.GetTransactionHeight",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue