fixed syntax error

This commit is contained in:
barry 2024-02-11 12:43:36 -06:00
parent ea5dbf604e
commit 065d240468

View File

@ -58,7 +58,7 @@ server=${SERVER:-1}
listen=${LISTEN:-1}
listenonion=${LISTENONION:-0}
daemon=${DAEMON:-0}
txindex=${TXINDEX=-1}
txindex=${TXINDEX:-1}
prune=${PRUNE=-0}
disablewallet=${DISABLEWALLET:-1}
printtoconsole=${PRINTTOCONSOLE:-1}