get tip operation in serial sync
This commit is contained in:
parent
e26aec9402
commit
68973b4c85
@ -273,6 +273,8 @@ ProcessSerial.prototype._transform = function(block, enc, callback) {
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
operations.push(self.db.getTipOperation(block, true));
|
||||
|
||||
var obj = {
|
||||
tip: block,
|
||||
operations: operations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user