From 9a8320955171225d637b011efe166221aff7a21e Mon Sep 17 00:00:00 2001 From: Sky Young Date: Mon, 21 May 2018 09:12:44 -0700 Subject: [PATCH] Get floData from live fcoin tx object --- lib/blocks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blocks.js b/lib/blocks.js index 55acd91..69a70e6 100644 --- a/lib/blocks.js +++ b/lib/blocks.js @@ -344,8 +344,8 @@ BlockController.prototype.getPoolInfo = function(tx) { } var strFloData = ""; - if (tx.floData) - strFloData = tx.floData; + if (tx.strFloData) + strFloData = tx.strFloData; for(var k in this.poolStrings) { if (strFloData.includes(k)) {