More tests on TxProposal
This commit is contained in:
parent
1268114b74
commit
a530c27b2e
2 changed files with 29 additions and 6 deletions
|
|
@ -154,12 +154,6 @@ TxProposal.prototype._check = function() {
|
|||
};
|
||||
|
||||
|
||||
TxProposal.prototype.trimForStorage = function() {
|
||||
// TODO (remove builder / builderObj. utxos, etc)
|
||||
//
|
||||
return this;
|
||||
};
|
||||
|
||||
TxProposal.prototype.addMerchantData = function(merchantData) {
|
||||
preconditions.checkArgument(merchantData.pr);
|
||||
preconditions.checkArgument(merchantData.request_url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue