rewrite from scratch tests for TxProposalSet
This commit is contained in:
parent
ae042a8292
commit
42c73f9a01
6 changed files with 92 additions and 722 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue