Peers error

This commit is contained in:
SuriyaR 2019-08-09 13:13:00 +05:30
parent 00ad6c27c3
commit 3c7a89f2c5

View File

@ -525,9 +525,12 @@ export class BlockchainKernelController {
data += chunk;
let dataJson = self.IsJsonString(data);
if(dataJson.length > 0){
dataJson.forEach(function (value, i) {
value['id'] = i;
});
}
response.status(200).json({
status: 200,
timestamp: Date.now(),