undo "fix".
This commit is contained in:
parent
5e51b919f2
commit
5a79637039
@ -510,7 +510,7 @@ ChainDB.prototype.resetHeightAsync = function resetHeightAsync(height, callback)
|
||||
|
||||
this.getAsync(height, function(err, tip) {
|
||||
if (err)
|
||||
return callback(err);
|
||||
return done(err);
|
||||
|
||||
self.tip = tip;
|
||||
assert(self.tip);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user