Merge pull request #241 from pnagurny/bug/db-stopping

Fix db stopping bug
This commit is contained in:
Braydon Fuller 2015-09-18 11:39:39 -04:00
commit fecad63055
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;
}