use initialSync

This commit is contained in:
Patrick Nagurny 2017-01-30 16:09:00 -05:00
parent d4302091ee
commit 0627a14f18

View File

@ -182,7 +182,7 @@ DB.prototype.start = function(callback) {
this.node.once('ready', function() {
// start syncing
self._sync.sync();
self._sync.initialSync();
// Notify that there is a new tip
self.node.services.bitcoind.on('tip', function() {