More tests on TxProposal

This commit is contained in:
Matias Pando 2015-02-04 17:43:16 -03:00
commit a530c27b2e
2 changed files with 29 additions and 6 deletions

View file

@ -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);