Add comments.
Former-commit-id: 46f00e1d485661b6328b8ca6911a81455a346f6a
This commit is contained in:
parent
2e5eee0223
commit
d4c4cc1ed0
@ -18,6 +18,8 @@ cp -rp $SCRIPT_DIR/../cerc-fixturenet-eth-geth $SCRIPT_DIR/build
|
|||||||
# (2) Maintains a fast block rate, since the difficulty will never exceed the capped value.
|
# (2) Maintains a fast block rate, since the difficulty will never exceed the capped value.
|
||||||
sed -i '' 's/^terminal_total_difficulty:.*$/capped_maximum_difficulty: 1/' $SCRIPT_DIR/build/genesis/el/el-config.yaml
|
sed -i '' 's/^terminal_total_difficulty:.*$/capped_maximum_difficulty: 1/' $SCRIPT_DIR/build/genesis/el/el-config.yaml
|
||||||
|
|
||||||
|
# Build the image.
|
||||||
docker build -t cerc/datanet-eth-geth:local ${SCRIPT_DIR}/build
|
docker build -t cerc/datanet-eth-geth:local ${SCRIPT_DIR}/build
|
||||||
|
|
||||||
|
# Clean up the "build" directory.
|
||||||
rm -rf $SCRIPT_DIR/build
|
rm -rf $SCRIPT_DIR/build
|
||||||
|
Loading…
Reference in New Issue
Block a user