You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks,
I tried using it with bigInt alongside where it failed, and it worked for me. the value of integrer passed in was bigger then what js can hold.
What I was trying to do?
was passing, a large integer in toBufferBE.
fixed it by passing the integer by changing its type to BigInt
Getting this error on Node 12.8.1 macos:
The text was updated successfully, but these errors were encountered: