-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove console.log line in browser-random-bytes #36
Comments
Is there a specific reason why this should be removed? It should maybe be the other direction; warning if there is no strong crypto found. Hmm... |
It is generally expected that libraries will not be chatty other than for warnings/errors, such as 'no strong crypto found' like you suggest. |
Fair enough. I will add that shortly. :) |
Fixed in 5c776a8. Also, rebuilt the dist files. I will update the CDN this evening. |
ethers.js/utils/browser-random-bytes.js
Line 25 in c566f00
The text was updated successfully, but these errors were encountered: