Add user comment to transaction propossal
This commit is contained in:
parent
fd7eaca46a
commit
bcbb6b54d1
8 changed files with 93 additions and 15 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue