use initialSync
This commit is contained in:
parent
d4302091ee
commit
0627a14f18
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user