This commit is contained in:
Ivan Socolsky 2014-09-04 17:38:09 -03:00
commit 48a4e8b555

View file

@ -802,7 +802,7 @@ describe('Wallet model', function() {
});
});
describe.only('removeTxWithSpentInputs', function () {
describe('removeTxWithSpentInputs', function () {
it('should remove pending TxProposal with spent inputs', function(done) {
var w = cachedCreateW2();
var utxo = createUTXO(w);