Skip to content

Commit 5508e26

Browse files
committed
respond to Jonathan Underwood's comments
(cherry picked from commit 8126ca2)
1 parent 8f9b344 commit 5508e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/transaction_builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ describe('TransactionBuilder', function () {
125125
})
126126
})
127127

128-
it('correctly classifies transaction inputs', function() {
128+
it('correctly classifies transaction inputs', function () {
129129
var tx = Transaction.fromHex(fixtures.valid.classification.hex)
130130
var txb = TransactionBuilder.fromTransaction(tx)
131-
txb.inputs.forEach(function(i) {
131+
txb.inputs.forEach(function (i) {
132132
assert.strictEqual(i.prevOutType, 'scripthash')
133133
assert.strictEqual(i.redeemScriptType, 'multisig')
134134
assert.strictEqual(i.signType, 'multisig')

0 commit comments

Comments
 (0)