fixes on jsdoc
This commit is contained in:
parent
7a862e3d9b
commit
10938b43d8
3 changed files with 6 additions and 5 deletions
|
|
@ -98,7 +98,6 @@ TxProposals.prototype.toObj = function() {
|
|||
|
||||
TxProposals.prototype.merge = function(inObj, builderOpts) {
|
||||
var incomingTx = TxProposal.fromUntrustedObj(inObj, builderOpts);
|
||||
incomingTx._sync();
|
||||
|
||||
var myTxps = this.txps;
|
||||
var ntxid = incomingTx.getId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue