We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7709e58 commit 093d957Copy full SHA for 093d957
clients/erigon/erigon.sh
@@ -59,6 +59,9 @@ else
59
FLAGS="$FLAGS --networkid 1337"
60
fi
61
62
+# Enable commitment history (this flag must be enabled when initializing the chaindata)
63
+FLAGS="$FLAGS --prune.experimental.include-commitment-history"
64
+
65
# Configure the chain.
66
mv /genesis.json /genesis-input.json
67
jq -f /mapper.jq /genesis-input.json > /genesis.json
0 commit comments