core: remove conflicting transactions wrt MaxTraceableBlocks

This commit is contained in:
Anna Shaleva 2021-08-17 18:40:11 +03:00
parent 483934d3a6
commit 4b35a1cf92
9 changed files with 39 additions and 30 deletions

View file

@ -193,7 +193,7 @@ func TestAppCall(t *testing.T) {
}
fc := fakechain.NewFakeChain()
ic := interop.NewContext(trigger.Application, fc, dao.NewSimple(storage.NewMemoryStore(), false), contractGetter, nil, nil, nil, zaptest.NewLogger(t))
ic := interop.NewContext(trigger.Application, fc, dao.NewSimple(storage.NewMemoryStore(), false, false), contractGetter, nil, nil, nil, zaptest.NewLogger(t))
t.Run("valid script", func(t *testing.T) {
src := getAppCallScript(fmt.Sprintf("%#v", ih.BytesBE()))