add buildermockv0 to show old / obsolete tx proposals
This commit is contained in:
parent
7f11793b96
commit
2008db932b
3 changed files with 36 additions and 3 deletions
|
|
@ -488,7 +488,10 @@ Wallet.prototype.getTxProposals = function() {
|
|||
txp.finallyRejected = true;
|
||||
}
|
||||
|
||||
ret.push(txp);
|
||||
if (txp.readonly && !txp.finallyRejected && !txp.sentTs) {
|
||||
} else {
|
||||
ret.push(txp);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue