diff --git a/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh b/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh index 92018d7a..ab3ad2af 100755 --- a/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh +++ b/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/build_cl.sh @@ -20,6 +20,7 @@ NOW=`date +%s` GENESIS_TIME=`expr $NOW + $GENESIS_DELAY` echo "Creating testnet ..." +echo "(Note: errors of the form 'WARN: Scrypt parameters are too weak...' below can be safely ignored)" lcli \ new-testnet \ --spec $SPEC_PRESET \