Skip to content

Commit 093d957

Browse files
committed
clients/erigon: enable commitment history
1 parent 7709e58 commit 093d957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clients/erigon/erigon.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ else
5959
FLAGS="$FLAGS --networkid 1337"
6060
fi
6161

62+
# Enable commitment history (this flag must be enabled when initializing the chaindata)
63+
FLAGS="$FLAGS --prune.experimental.include-commitment-history"
64+
6265
# Configure the chain.
6366
mv /genesis.json /genesis-input.json
6467
jq -f /mapper.jq /genesis-input.json > /genesis.json

0 commit comments

Comments
 (0)