return floData on .format
This commit is contained in:
parent
9184bf1cfa
commit
2bed9f7ef4
@ -2157,7 +2157,8 @@ TX.prototype.format = function format(view, entry, index) {
|
|||||||
return input.format(coin);
|
return input.format(coin);
|
||||||
}),
|
}),
|
||||||
outputs: this.outputs,
|
outputs: this.outputs,
|
||||||
locktime: this.locktime
|
locktime: this.locktime,
|
||||||
|
floData: this.strFloData
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fcoin",
|
"name": "fcoin",
|
||||||
"version": "1.0.0-beta.17",
|
"version": "1.0.0-beta.18",
|
||||||
"description": "Flo bike-shed",
|
"description": "Flo bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/oipwg/fcoin.git",
|
"repository": "git://github.com/oipwg/fcoin.git",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user