Skip to content

Commit

Permalink
PBSS for custom testnets and Geth
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Sep 12, 2023
1 parent 9108f58 commit 5748bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ "${NETWORK}" =~ ^https?:// ]]; then
set +e
__network="--bootnodes=${bootnodes} --networkid=${networkid} --http.api=eth,net,web3,debug,admin,txpool"
if [ ! -f /var/lib/goethereum/setupdone ]; then
geth init --datadir /var/lib/goethereum "/var/lib/goethereum/testnet/${config_dir}/genesis.json"
geth init --state.scheme path --datadir /var/lib/goethereum "/var/lib/goethereum/testnet/${config_dir}/genesis.json"
touch /var/lib/goethereum/setupdone
fi
else
Expand Down

0 comments on commit 5748bbc

Please sign in to comment.