From 0627a14f1889270dd88b474fc2a266766c2db778 Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Mon, 30 Jan 2017 16:09:00 -0500 Subject: [PATCH] use initialSync --- lib/services/db/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/db/index.js b/lib/services/db/index.js index 7478efbb..ea34b4e1 100644 --- a/lib/services/db/index.js +++ b/lib/services/db/index.js @@ -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() {