Add note on benign container build warning messages

This commit is contained in:
David Boreham 2022-11-01 18:45:21 -06:00
parent f2c9af4ec6
commit 8e0f1f7e35

View File

@ -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 \