fix: add \n to the last line

This commit is contained in:
André Sá 2022-04-06 16:58:08 +01:00
parent a19d97eb2c
commit 5bc45a8f12
5 changed files with 10 additions and 5 deletions

View file

@ -63,5 +63,6 @@ changetype=bech32
walletrbf=1
bind=0.0.0.0:8332
rpcport=8333
listenonion=0`
listenonion=0
`
}

View file

@ -46,5 +46,6 @@ keypool=10000
prune=4000
daemon=0
bind=0.0.0.0:8335
rpcport=8336`
rpcport=8336
`
}

View file

@ -71,5 +71,6 @@ disablegovernance=1
prune=4000
txindex=0
enablecoinjoin=1
coinjoinautostart=1`
coinjoinautostart=1
`
}

View file

@ -52,5 +52,6 @@ keypool=10000
prune=4000
daemon=0
addresstype=p2sh-segwit
changetype=bech32`
changetype=bech32
`
}

View file

@ -49,5 +49,6 @@ addnode=mainnet.z.cash
rpcuser=lamassuserver
rpcpassword=${common.randomPass()}
dbcache=500
keypool=10000`
keypool=10000
`
}