scaffold: upgrade message formatting

This commit is contained in:
Braydon Fuller 2016-05-23 13:02:52 -04:00
parent 4001a41d2d
commit bce64d86e3
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ function checkConfigVersion2(fullConfig) {
if (!datadirUndefined || addressDefined || dbDefined) {
console.warn('\nConfiguration file is not compatible with this version. \n' +
'A reindex for bitcoind is necessary for this upgrade with bitcoin.conf option "reindex=1". \n' +
'There are changes necessary in both bitcoin.conf and bitcore-node.json.' +
'A reindex for bitcoind is necessary for this upgrade with the "reindex=1" bitcoin.conf option. \n' +
'There are changes necessary in both bitcoin.conf and bitcore-node.json. \n\n' +
'To upgrade please see the details below and documentation at: \n' +
'https://github.com/bitpay/bitcore-node/blob/bitcoind/docs/upgrade.md \n');