Closed
Description
System information
Geth version: 1.10.0-unstable
OS & Version: Linux
Commit hash : 19d7a37
Expected behaviour
Disabling transaction lookup limit via --txlookuplimit 0
should work w/ --gcmode-archive
.
Actual behaviour
Mar 02 22:32:06 ip-10-0-64-77 geth[19655]: Fatal: Flags --gcmode=archive, --txlookuplimit can't be used at the same time
Steps to reproduce the behaviour
Run current master with these flags:
/usr/bin/geth --ropsten --txlookuplimit 0 --gcmode archive