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,
|
||||
vout: vout,
|
||||
isRBF: isRBF,
|
||||
floData: transaction.strFloData
|
||||
};
|
||||
|
||||
return transformed;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flosight-api",
|
||||
"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",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitpay/flosight-api/issues"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user