From 664c02dc84227e55f2096619732a7b33be6c8457 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 8 Sep 2014 14:27:58 -0300 Subject: [PATCH] Set seen on incoming tx proposal --- js/models/core/Wallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 6ab8e9def..745146129 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -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()) {