Merge branch 'master' into __tx

This commit is contained in:
Daniel Cousens 2018-04-30 10:43:44 +10:00 committed by GitHub
commit 024c541d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 134 additions and 237 deletions

View file

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