added additional message.
This commit is contained in:
parent
2b775af7a0
commit
7a539a26ff
@ -88,7 +88,7 @@ Node.prototype._loadBitcoinConf = function(config) {
|
|||||||
|
|
||||||
$.checkState((this.bitcoinConfiguration.txindex && this.bitcoinConfiguration.txindex == 1),
|
$.checkState((this.bitcoinConfiguration.txindex && this.bitcoinConfiguration.txindex == 1),
|
||||||
'Txindex option is required in order to use most of the features of bitcore-node. \
|
'Txindex option is required in order to use most of the features of bitcore-node. \
|
||||||
Please add "txindex=1" to your configuration.');
|
Please add "txindex=1" to your configuration and reindex an existing database if necessary with reindex=1');
|
||||||
};
|
};
|
||||||
|
|
||||||
Node.prototype._loadBitcoind = function(config) {
|
Node.prototype._loadBitcoind = function(config) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user