Merge pull request #1305 from isocolsky/ux/seen_icon
Calling setSeen on incoming tx proposal
This commit is contained in:
commit
c7f4770449
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue