This commit is contained in:
Matias Alejo Garcia 2014-06-16 09:48:32 -03:00
commit 12b45fcfb9

View file

@ -24,8 +24,6 @@ function TxProposal(opts) {
}
TxProposal.prototype.toObj = function() {
console.log('[TxProposals.js.27]',this); //TODO
var o = JSON.parse(JSON.stringify(this));
delete o['builder'];
o.builderObj = this.builder.toObj();