From 81bc5b482b939476975b73adc86c3ba0b8b3ccea Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 12 Aug 2017 11:44:38 +0200 Subject: [PATCH] [fix] #1072 Unexpected field on /blockchain/block and /blockchain/current --- app/modules/bma/lib/tojson.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/bma/lib/tojson.ts b/app/modules/bma/lib/tojson.ts index 4d7e4268b..b562efd77 100644 --- a/app/modules/bma/lib/tojson.ts +++ b/app/modules/bma/lib/tojson.ts @@ -21,7 +21,6 @@ export const block = (block:any) => { json.issuersCount = parseInt(block.issuersCount) json.issuersFrame = parseInt(block.issuersFrame) json.issuersFrameVar = parseInt(block.issuersFrameVar) - json.len = parseInt(block.len) json.currency = block.currency || "" json.issuer = block.issuer || "" json.signature = block.signature || "" -- GitLab