mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 23:02:27 +00:00
core: fix call flags for System.Contract.Call
Follow neo-project/neo#2292.
This commit is contained in:
parent
cbda20aca3
commit
4db5ef05f8
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ func TestAppCall(t *testing.T) {
|
|||
})
|
||||
|
||||
t.Run("callEx, valid", func(t *testing.T) {
|
||||
src := getCallExScript(fmt.Sprintf("%#v", ih.BytesBE()), "contract.AllowCall")
|
||||
src := getCallExScript(fmt.Sprintf("%#v", ih.BytesBE()), "contract.ReadStates|contract.AllowCall")
|
||||
v := spawnVM(t, ic, src)
|
||||
require.NoError(t, v.Run())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue