fixes in ux
This commit is contained in:
parent
17431e29c5
commit
616429a355
4 changed files with 33 additions and 19 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue