Maintain transactions index for all blocks

This commit is contained in:
Prathamesh Musale 2024-06-04 19:18:58 +05:30
parent 082566f7c9
commit 175208d055

View File

@ -61,6 +61,7 @@ exec "geth" \
--config="${BSC_CONFIG}" \
--datadir="${DATA_DIR}" \
--rpc.allow-unprotected-txs \
--history.transactions 0 \
--http \
--http.addr="0.0.0.0" \
--http.port 8545 \