Add floData to mempool forwarded transactions
This commit is contained in:
parent
c3fa6c822e
commit
11c3233c56
@ -213,6 +213,7 @@ TxController.prototype.transformInvTransaction = function(transaction) {
|
|||||||
valueOut: valueOut / 1e8,
|
valueOut: valueOut / 1e8,
|
||||||
vout: vout,
|
vout: vout,
|
||||||
isRBF: isRBF,
|
isRBF: isRBF,
|
||||||
|
floData: transaction.strFloData
|
||||||
};
|
};
|
||||||
|
|
||||||
return transformed;
|
return transformed;
|
||||||
|
|||||||
@ -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.59",
|
"version": "5.0.0-beta.60",
|
||||||
"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