Test
This commit is contained in:
parent
ace301d1f8
commit
48a4e8b555
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
it('should remove pending TxProposal with spent inputs', function(done) {
|
||||||
var w = cachedCreateW2();
|
var w = cachedCreateW2();
|
||||||
var utxo = createUTXO(w);
|
var utxo = createUTXO(w);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue