Grab floData correctly
This commit is contained in:
parent
582dc351f7
commit
240e05a211
@ -344,8 +344,8 @@ BlockController.prototype.getPoolInfo = function(tx) {
|
|||||||
}
|
}
|
||||||
var strFloData = "";
|
var strFloData = "";
|
||||||
|
|
||||||
if (tx.inputs[0].floData)
|
if (tx.floData)
|
||||||
strFloData = tx.inputs[0].floData;
|
strFloData = tx.floData;
|
||||||
|
|
||||||
for(var k in this.poolStrings) {
|
for(var k in this.poolStrings) {
|
||||||
if (strFloData.match(k)) {
|
if (strFloData.match(k)) {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "flosight-api",
|
"name": "flosight-api",
|
||||||
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
|
"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",
|
"repository": "git://github.com/bitpay/flosight-api.git",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bitpay/flosight-api/issues"
|
"url": "https://github.com/bitpay/flosight-api/issues"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user