Add use strict
This commit is contained in:
parent
6fc1273b7e
commit
e6f3aaf5b1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* global describe, it */
|
||||
'use strict';
|
||||
|
||||
var assert = require('assert')
|
||||
var bitcoin = require('../../')
|
||||
|
|
Loading…
Reference in a new issue