add store / refrest
This commit is contained in:
parent
c616f02169
commit
dd724a6135
2 changed files with 5 additions and 2 deletions
|
|
@ -714,6 +714,7 @@ Wallet.prototype.purgeTxProposals = function(deleteAll) {
|
|||
} else {
|
||||
this.txProposals.deletePending(this.maxRejectCount());
|
||||
}
|
||||
this.store();
|
||||
|
||||
var n = this.txProposals.length();
|
||||
return m-n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue