Set seen on incoming tx proposal
This commit is contained in:
parent
5ac5aa3c69
commit
664c02dc84
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