Skip to content

Commit

Permalink
fix ccxt#5685
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Aug 14, 2019
1 parent 04ae8dd commit 4f99f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/base/functions/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const CryptoJS = require ('../../static_dependencies/crypto-js/crypto-js')
const { capitalize } = require ('./string')
const { stringToBase64, utf16ToBase64, urlencodeBase64 } = require ('./encode')
const NodeRSA = require ('./../../static_dependencies/node-rsa/NodeRSA')
const EC = require ('./../../static_dependencies/elliptic').ec
const EC = require ('./../../static_dependencies/elliptic/lib/elliptic').ec
const { ArgumentsRequired } = require ('./../errors')


Expand Down

0 comments on commit 4f99f88

Please sign in to comment.