neoneo-go/pkg/core/interop/runtime
Anna Shaleva 8fed383523 core: adjust System.Runtime.CheckWitness interop
Part of #1055.

It should have `AllowStates` flag.

Also removed unreachable code: we can't have such situation when
script container is not a transaction in the scope of `CheckWitness`
method because:
1. Blocks have their own implementation of CheckWitness for
internal usage (it's (bc *Blockchain) verifyHeaderWitnesses method).
2. For the outside calls of System.Runtime.CheckWitness interop (e.g.
calls from smart-contract) script container is always a transaction.
2020-07-23 07:51:24 +03:00
..
util.go *: make Notify interop accept event name 2020-07-20 13:33:32 +03:00
witness.go core: adjust System.Runtime.CheckWitness interop 2020-07-23 07:51:24 +03:00