From 1a13a47f801dae39bce9ecb5aa788f715d86b99a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 9 Nov 2018 16:47:42 +0700 Subject: [PATCH] Fix lint errors --- test/unit.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit.js b/test/unit.js index e0ff92c..33e3a13 100644 --- a/test/unit.js +++ b/test/unit.js @@ -11,7 +11,8 @@ test('Single address and value input returns valid output script', t => { test('Multiple address and value inputs returns valid output script', t => { const outputScipt = buildOutputScript([ ['1LukeQU5jwebXbMLDVydeH4vFSobRV9rkj', 100000000], - ['1BitcoinEaterAddressDontSendf59kuE', 100000000]] + ['1BitcoinEaterAddressDontSendf59kuE', 100000000] + ] ); const expectedOutputScript = '0200e1f505000000001976a914da6473ed373e08f46dd8003fca7ba72fbe9c555e88ac00e1f505000000001976a914759d6677091e973b9e9d99f19c68fbf43e3f05f988ac';