Disabled cleanup of TXPs with spent utxos

This commit is contained in:
Ivan Socolsky 2014-10-08 12:05:46 -03:00
commit 9673016395

View file

@ -257,7 +257,9 @@ angular.module('copayApp.services')
}
});
w.removeTxWithSpentInputs();
// Disabling this as discrepancies in local time on copayer machines is causing
// valid TXPs to get removed
//w.removeTxWithSpentInputs();
$rootScope.txs = txs;
$rootScope.txsOpts = opts;