Skip to content

Commit e6f3aaf

Browse files
committed
Add use strict
1 parent 6fc1273 commit e6f3aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/blocks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* global describe, it */
2+
'use strict';
23

34
var assert = require('assert')
45
var bitcoin = require('../../')

0 commit comments

Comments
 (0)