From c27eb52a6a1343ce505fedd297fe38a82bf7913d Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 28 Feb 2017 18:58:41 +0100 Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0#849=20Missing=20currency=20exceptio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/dup/indexer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/dup/indexer.js b/app/lib/dup/indexer.js index 519c3bd84..4246d5cec 100644 --- a/app/lib/dup/indexer.js +++ b/app/lib/dup/indexer.js @@ -291,6 +291,7 @@ const indexer = module.exports = { const HEAD = { version: block.version, + currency: block.currency, bsize: Block.statics.getLen(block), hash: Block.statics.getHash(block), issuer: block.issuer, -- GitLab