Wrong doc about the result of "new BN('0xea').toString();" #3762
Labels
Bug
Addressing a bug
Documentation
Relates to project wiki or documentation
Good First Issue
Great to learn the internals of web3.js
Stale
Has not received enough activity
Following
https://web3js.readthedocs.io/en/v1.3.0/web3-utils.html?highlight=BN#bn
Run:
new BN('0xea').toString();
Expected behavior
"234"
Actual behavior
"3450"
PS: web3.utils.toBN('0xea') returns "234" correctly
The text was updated successfully, but these errors were encountered: