Skip to content

Commit

Permalink
refactor(discovery-key.js): Use local constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jul 30, 2018
1 parent 23a6fcb commit af0155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-key.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const isBuffer = require('is-buffer')
const alloc = require('buffer-alloc-unsafe')

const { kDefaultDiscoveryKeySize } = require('./constants')
const kDefaultDiscoveryKeySize = 32

/* eslint-disable camelcase */
const {
Expand Down

0 comments on commit af0155b

Please sign in to comment.