addressbook \& tx working again
This commit is contained in:
parent
a7de2ababd
commit
f3f9ca3e33
5 changed files with 14 additions and 27 deletions
|
|
@ -178,16 +178,6 @@ TxProposals.prototype.getTxProposal = function(ntxid, copayers) {
|
|||
};
|
||||
|
||||
|
||||
TxProposals.prototype.reject = function(ntxid, copayerId) {
|
||||
var txp = this.get(ntxid);
|
||||
txp.setRejected(copayerId);
|
||||
};
|
||||
|
||||
TxProposals.prototype.seen = function(ntxid, copayerId) {
|
||||
var txp = this.get(ntxid);
|
||||
txp.setSeen(copayerId);
|
||||
};
|
||||
|
||||
//returns the unspent txid-vout used in PENDING Txs
|
||||
TxProposals.prototype.getUsedUnspent = function(maxRejectCount) {
|
||||
var ret = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue