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 */
|
/* global describe, it */
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var assert = require('assert')
|
var assert = require('assert')
|
||||||
var bitcoin = require('../../')
|
var bitcoin = require('../../')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue