Add user comment to transaction propossal

This commit is contained in:
Yemel Jardi 2014-06-13 10:33:30 -03:00
commit bcbb6b54d1
8 changed files with 93 additions and 15 deletions

View file

@ -20,6 +20,7 @@ function TxProposal(opts) {
this.sentTs = opts.sentTs || null;
this.sentTxid = opts.sentTxid || null;
this.inputChainPaths = opts.inputChainPaths || [];
this.comment = opts.comment || null;
}
TxProposal.prototype.toObj = function() {