return floData on .format

This commit is contained in:
Sky Young 2018-05-18 17:52:56 -07:00
parent 9184bf1cfa
commit 2bed9f7ef4
2 changed files with 3 additions and 2 deletions

View File

@ -2157,7 +2157,8 @@ TX.prototype.format = function format(view, entry, index) {
return input.format(coin);
}),
outputs: this.outputs,
locktime: this.locktime
locktime: this.locktime,
floData: this.strFloData
};
};

View File

@ -1,6 +1,6 @@
{
"name": "fcoin",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"description": "Flo bike-shed",
"license": "MIT",
"repository": "git://github.com/oipwg/fcoin.git",