Merge pull request #1305 from isocolsky/ux/seen_icon

Calling setSeen on incoming tx proposal
This commit is contained in:
Matias Alejo Garcia 2014-09-08 15:12:58 -03:00
commit c7f4770449

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()) {