Swap lodash pluck to map
This commit is contained in:
parent
dda7bacca7
commit
5eb0687586
@ -204,7 +204,7 @@ TxController.prototype.transformInvTransaction = function(transaction) {
|
||||
}
|
||||
}
|
||||
|
||||
var isRBF = _.any(_.pluck(transaction.inputs, 'sequence'), function(seq) {
|
||||
var isRBF = _.any(_.map(transaction.inputs, 'sequence'), function(seq) {
|
||||
return seq < MAXINT - 1;
|
||||
});
|
||||
|
||||
|
||||
@ -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.69",
|
||||
"version": "5.0.0-beta.71",
|
||||
"repository": "git://github.com/bitpay/flosight-api.git",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bitpay/flosight-api/issues"
|
||||
|
||||
@ -33,5 +33,12 @@
|
||||
"searchStrings": [
|
||||
"alexandria autominer pool (testnet)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"poolName": "Node Merged Pool",
|
||||
"url": "https://github.com/UNOMP/node-merged-pool",
|
||||
"searchStrings": [
|
||||
"https://github.com/UNOMP/node-merged-pool"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user