Get floData from live fcoin tx object
This commit is contained in:
parent
f1166ec420
commit
9a83209551
@ -344,8 +344,8 @@ BlockController.prototype.getPoolInfo = function(tx) {
|
|||||||
}
|
}
|
||||||
var strFloData = "";
|
var strFloData = "";
|
||||||
|
|
||||||
if (tx.floData)
|
if (tx.strFloData)
|
||||||
strFloData = tx.floData;
|
strFloData = tx.strFloData;
|
||||||
|
|
||||||
for(var k in this.poolStrings) {
|
for(var k in this.poolStrings) {
|
||||||
if (strFloData.includes(k)) {
|
if (strFloData.includes(k)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user