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 = "";
|
||||
|
||||
if (tx.floData)
|
||||
strFloData = tx.floData;
|
||||
if (tx.strFloData)
|
||||
strFloData = tx.strFloData;
|
||||
|
||||
for(var k in this.poolStrings) {
|
||||
if (strFloData.includes(k)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user