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