mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
tests: disable tx index in block test
This commit is contained in:
parent
47e7fa1dde
commit
55e2366b33
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ func (t *BlockTest) Run(snapshotter bool, scheme string, witness bool, tracer *t
|
||||||
TrieCleanLimit: 0,
|
TrieCleanLimit: 0,
|
||||||
StateScheme: scheme,
|
StateScheme: scheme,
|
||||||
Preimages: true,
|
Preimages: true,
|
||||||
|
TxLookupLimit: -1, // disable tx indexing
|
||||||
VmConfig: vm.Config{
|
VmConfig: vm.Config{
|
||||||
Tracer: tracer,
|
Tracer: tracer,
|
||||||
StatelessSelfValidation: witness,
|
StatelessSelfValidation: witness,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue