update fetched txs

This commit is contained in:
Matias Alejo Garcia 2015-06-13 12:06:43 -03:00
parent 4569f1d3c5
commit 20e4dd8da0
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ WalletService.prototype._selectTxInputs = function(txp, cb) {
WalletService.prototype._canCreateTx = function(copayerId, cb) {
var self = this;
self.storage.fetchLastTxs(self.walletId, copayerId, 5, function(err, txs) {
self.storage.fetchLastTxs(self.walletId, copayerId, 5 + WalletService.backoffOffset, function(err, txs) {
if (err) return cb(err);
if (!txs.length)