Grab floData correctly

This commit is contained in:
Sky Young 2018-05-18 15:57:52 -07:00
parent 582dc351f7
commit 240e05a211
2 changed files with 3 additions and 3 deletions

View File

@ -344,8 +344,8 @@ BlockController.prototype.getPoolInfo = function(tx) {
}
var strFloData = "";
if (tx.inputs[0].floData)
strFloData = tx.inputs[0].floData;
if (tx.floData)
strFloData = tx.floData;
for(var k in this.poolStrings) {
if (strFloData.match(k)) {

View File

@ -1,7 +1,7 @@
{
"name": "flosight-api",
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
"version": "5.0.0-beta.56",
"version": "5.0.0-beta.57",
"repository": "git://github.com/bitpay/flosight-api.git",
"bugs": {
"url": "https://github.com/bitpay/flosight-api/issues"