rewrite from scratch tests for TxProposalSet

This commit is contained in:
Matias Alejo Garcia 2014-07-31 23:32:24 -03:00
commit 42c73f9a01
6 changed files with 92 additions and 722 deletions

View file

@ -147,7 +147,7 @@ Wallet.prototype._handleTxProposal = function(senderId, data) {
var added = this.addSeenToTxProposals();
if (added) {
this.log('### BROADCASTING txProposals with my seenBy updated.');
this.sendTxProposal(mergeInfo.inTxp.getID());
this.sendTxProposal(mergeInfo.inTxp.getId());
}
this.emit('txProposalsUpdated');