Merge branch 'master' into __tx
This commit is contained in:
commit
024c541d7e
9 changed files with 134 additions and 237 deletions
|
@ -476,6 +476,7 @@ function TransactionBuilder (network, maximumFeeRate) {
|
|||
|
||||
this.__inputs = []
|
||||
this.__tx = new Transaction()
|
||||
this.tx.version = 2
|
||||
}
|
||||
|
||||
TransactionBuilder.prototype.setLockTime = function (locktime) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue