Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 884945c

Browse files
author
Braydon Fuller
committed
Have browserify ignore secp256k1
1 parent 79c89d5 commit 884945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/crypto/ecdsa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var $ = require('../util/preconditions');
1212

1313
var secp256k1 = null;
1414
try {
15-
secp256k1 = require('secp256k1');
15+
secp256k1 = require('secp' + '256k1');
1616
} catch (er) {
1717
console.warn('Unable to load native secp256k1 bindings');
1818
}

0 commit comments

Comments
 (0)