removed from wallet model

This commit is contained in:
Ivan Socolsky 2014-11-06 12:37:00 -03:00
commit 49ea9d8c3d
3 changed files with 0 additions and 5 deletions

View file

@ -37,7 +37,6 @@ function TxProposal(opts) {
this.comment = opts.comment || null;
this.readonly = opts.readonly || null;
this.merchant = opts.merchant || null;
this.altCurrency = opts.altCurrency || null;
this._sync();
}