fix db stopping bug

This commit is contained in:
Patrick Nagurny 2015-09-18 10:23:57 -04:00
parent e5a58f986c
commit 85f636f154
1 changed files with 1 additions and 0 deletions

View File

@ -689,6 +689,7 @@ DB.prototype.sync = function() {
}
if(self.node.stopping) {
self.bitcoindSyncing = false;
return;
}