parent
5eb0687586
commit
cf65f963c8
@ -204,7 +204,7 @@ TxController.prototype.transformInvTransaction = function(transaction) {
|
||||
}
|
||||
}
|
||||
|
||||
var isRBF = _.any(_.map(transaction.inputs, 'sequence'), function(seq) {
|
||||
var isRBF = _.some(_.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.71",
|
||||
"version": "5.0.0-beta.72",
|
||||
"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