Fixed actions on txProposal event

This commit is contained in:
Ivan Socolsky 2014-09-29 18:04:58 -03:00
commit 645734f139
2 changed files with 19 additions and 15 deletions

View file

@ -1592,6 +1592,7 @@ describe('Wallet model', function() {
w._onTxProposal('senderID', data);
txp.setSent.called.should.be.false;
txp.setSent.calledWith(1).should.be.false;
w.sendTxProposal.called.should.be.false;
done();
});