core: remove Block.GetTransactions, Block.GetTransactionsCount interops

Updated System.Blockchain.GetBlock interop replaced the functionality of
the following interops:
	System.Block.GetTransactions
	System.Block.GetTransactionCount
	Neo.Block.GetTransactions
	Neo.Block.GetTransactionsCount
This commit is contained in:
Anna Shaleva 2020-06-09 13:24:37 +03:00
parent 7a2d37cf7e
commit 8b7abd36c9
5 changed files with 0 additions and 63 deletions

View file

@ -34,8 +34,6 @@ func TestUnexpectedNonInterops(t *testing.T) {
funcs := []func(*interop.Context, *vm.VM) error{
accountGetBalance,
accountGetScriptHash,
blockGetTransactionCount,
blockGetTransactions,
contractGetScript,
contractGetStorageContext,
contractIsPayable,