Skip to content

Commit 18aff3d

Browse files
author
Chris Kleeschulte
committed
Fixed the warning message to the user on a reindex.
1 parent 730dd37 commit 18aff3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/services/bitcoind.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ Bitcoin.prototype._loadConfiguration = function() {
7474

7575
if (this.configuration.reindex && this.configuration.reindex === 1) {
7676
log.warn('Reindex option is currently enabled. This means that bitcoind is undergoing a reindex. ' +
77-
'Once the reindex is complete, the rest of bitcore-node services will start. ' +
78-
'WARNING!!! Be sure to remove \'reindex=1\' from your bitcoin.conf -BEFORE- restarting bitcore-node.');
77+
'The reindex flag will start the index from beginning every time the node is started, so it ' +
78+
'should be removed after the reindex has been initiated. Once the reindex is complete, the rest ' +
79+
'of bitcore-node services will start.');
7980
this._reindex = true;
8081
}
8182

0 commit comments

Comments
 (0)