include derivation path in tx proposal
This commit is contained in:
parent
2b3c29a563
commit
6af9ee68e2
4 changed files with 33 additions and 7 deletions
|
|
@ -22,6 +22,7 @@ function TxProposal(opts) {
|
|||
this.builder = opts.builder;
|
||||
this.sentTs = opts.sentTs || null;
|
||||
this.sentTxid = opts.sentTxid || null;
|
||||
this.inputChainPaths = opts.inputChainPaths || [];
|
||||
}
|
||||
|
||||
TxProposal.prototype.toObj = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue