|
@ -476,6 +476,7 @@ function TransactionBuilder (network, maximumFeeRate) { |
|
|
|
|
|
|
|
|
this.inputs = [] |
|
|
this.inputs = [] |
|
|
this.tx = new Transaction() |
|
|
this.tx = new Transaction() |
|
|
|
|
|
this.tx.version = 2 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TransactionBuilder.prototype.setLockTime = function (locktime) { |
|
|
TransactionBuilder.prototype.setLockTime = function (locktime) { |
|
|