nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
configure-box.sh
|
|
@ -38,7 +38,7 @@ if [ ! -z $TESTNET ] && [ -z $REGTEST ]; then |
|
|
|
# TODO: lnd.conf |
|
|
|
fi |
|
|
|
# REGTEST set and TESTNET not |
|
|
|
if [-z $TESTNET ] && [ ! -z $REGTEST ]; then |
|
|
|
if [[-z $TESTNET ]] && [[ ! -z $REGTEST ]]; then |
|
|
|
echo "Enabling regtest mode if REGTEST variable is set" |
|
|
|
sed -i 's/\#\[regtest\]/\[regtest\]/g;' bitcoin/bitcoin.conf |
|
|
|
sed -i 's/\#regtest=1/regtest=1/g' bitcoin/bitcoin.conf |
|
|
|