core: update System.Blockchain.GetTransactionHeight interop

Update System.Blockchain.GetTransactionHeight and removed
Neo.Blockchain.GetTransactionHeight interop as we don't need it.
This commit is contained in:
Anna Shaleva 2020-06-08 18:40:01 +03:00
parent 53655c5ac2
commit 1e63ae4b3f
4 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ var syscalls = map[string]map[string]string{
"GetHeader": "Neo.Blockchain.GetHeader",
"GetHeight": "Neo.Blockchain.GetHeight",
"GetTransaction": "System.Blockchain.GetTransaction",
"GetTransactionHeight": "Neo.Blockchain.GetTransactionHeight",
"GetTransactionHeight": "System.Blockchain.GetTransactionHeight",
"GetValidators": "Neo.Blockchain.GetValidators",
},
"header": {