From e6f3aaf5b1712106a7fa9de149da226a8e8bf87e Mon Sep 17 00:00:00 2001 From: junderw Date: Thu, 1 Feb 2018 11:24:19 +0900 Subject: [PATCH] Add use strict --- test/integration/blocks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/blocks.js b/test/integration/blocks.js index 648a321..810bcb0 100644 --- a/test/integration/blocks.js +++ b/test/integration/blocks.js @@ -1,4 +1,5 @@ /* global describe, it */ +'use strict'; var assert = require('assert') var bitcoin = require('../../')