fixes in ux

This commit is contained in:
Matias Alejo Garcia 2014-04-20 21:53:54 -03:00
commit 616429a355
4 changed files with 33 additions and 19 deletions

View file

@ -19,7 +19,7 @@ function TxProposal(opts) {
this.seenBy = opts.seenBy || {};
this.signedBy = opts.signedBy || {};
this.builder = opts.builder;
this.sentTs = null;
this.sentTs = opts.sentTs || null;
}
TxProposal.prototype.toObj = function() {