tests: disable tx index in block test

This commit is contained in:
Felix Lange 2025-06-19 11:11:46 +02:00
parent 47e7fa1dde
commit 55e2366b33

View file

@ -155,6 +155,7 @@ func (t *BlockTest) Run(snapshotter bool, scheme string, witness bool, tracer *t
TrieCleanLimit: 0,
StateScheme: scheme,
Preimages: true,
TxLookupLimit: -1, // disable tx indexing
VmConfig: vm.Config{
Tracer: tracer,
StatelessSelfValidation: witness,