Merge pull request #34 from cerc-io/dboreham/scrypt-error-note

Add note on benign container build warning messages
This commit is contained in:
David Boreham 2022-11-01 18:51:02 -06:00 committed by GitHub
commit 8c28613130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \