Browse Source

Add use strict

hk-custom-address
junderw 7 years ago
parent
commit
e6f3aaf5b1
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 1
      test/integration/blocks.js

1
test/integration/blocks.js

@ -1,4 +1,5 @@
/* global describe, it */
'use strict';
var assert = require('assert')
var bitcoin = require('../../')

Loading…
Cancel
Save