diff --git a/app/controllers/blocks.js b/app/controllers/blocks.js index 24788120a..b148e08fd 100644 --- a/app/controllers/blocks.js +++ b/app/controllers/blocks.js @@ -141,7 +141,8 @@ exports.list = function(req, res) { hash: b.hash, time: b.ts || info.time, txlength: info.tx.length, - poolInfo: info.poolInfo + voters: info.voters, + freshstake: info.freshstake }); }); }, function(err, allblocks) {