get tip operation in serial sync

This commit is contained in:
Patrick Nagurny 2017-01-27 10:15:34 -05:00
parent e26aec9402
commit 68973b4c85

View File

@ -273,6 +273,8 @@ ProcessSerial.prototype._transform = function(block, enc, callback) {
return callback(err); return callback(err);
} }
operations.push(self.db.getTipOperation(block, true));
var obj = { var obj = {
tip: block, tip: block,
operations: operations operations: operations