Set seen on incoming tx proposal

This commit is contained in:
Ivan Socolsky 2014-09-08 14:27:58 -03:00
parent 5ac5aa3c69
commit 664c02dc84
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ Wallet.prototype._onTxProposal = function(senderId, data) {
if (m) {
if (m.hasChanged) {
m.txp.setSeen(this.getMyCopayerId());
this.sendSeen(m.ntxid);
var tx = m.txp.builder.build();
if (tx.isComplete()) {