Skip to content

Commit 6e7b2f2

Browse files
committed
Fix sleep command comment in L2 genesis preparation guide
1 parent 505204e commit 6e7b2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/running-surge/prepare-l2-genesis.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker run -d \
112112
--config=none \
113113
--Init.ChainSpecPath=/chainspec.json
114114

115-
# Wait a few seconds for the container to initialize
115+
sleep 5 # Wait a few seconds for the container to initialize
116116

117117
docker logs nethermind-genesis-hash 2>/dev/null | grep "Genesis hash" | head -n 1 | sed 's/.*Genesis hash : \(.*\)/\1/'
118118
```

0 commit comments

Comments
 (0)