package: bump bs58check, drop node 0.12
This commit is contained in:
parent
4aadbf5e4f
commit
14f9218389
8 changed files with 14 additions and 18 deletions
|
@ -95,7 +95,7 @@ describe('TransactionBuilder', function () {
|
|||
var tx = new Transaction()
|
||||
|
||||
f.inputs.forEach(function (input) {
|
||||
var txHash = [].reverse.call(new Buffer(input.txId, 'hex'))
|
||||
var txHash = new Buffer(input.txId, 'hex').reverse()
|
||||
|
||||
tx.addInput(txHash, input.vout, undefined, bscript.fromASM(input.scriptSig))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue