optimize txp protocol

This commit is contained in:
Manuel Araoz 2014-06-18 10:35:33 -03:00
parent b7af51ceee
commit e09d8e11d4
1 changed files with 0 additions and 5 deletions

View File

@ -125,11 +125,6 @@ Wallet.prototype._handleTxProposal = function(senderId, data) {
var mergeInfo = this.txProposals.merge(inTxp);
var added = this.addSeenToTxProposals();
if (mergeInfo.hasChanged || added) {
this.log('### BROADCASTING txProposals. ');
this.sendTxProposal(inTxp.getID());
}
this.emit('txProposalsUpdated');
this.store();