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
I was having a weird issue with helium-js earlier this week. I was taking an account's bin and putting it to a b58 address. I realized that it didn't match my bin to b58 address using another library. Investigating further it seems that this is an issue caused by webpack and its handling of checksumBytes of bs58CheckEncode(). I encountered this issue while running a simple React app, using react-scripts.
The text was updated successfully, but these errors were encountered:
I was having a weird issue with helium-js earlier this week. I was taking an account's bin and putting it to a b58 address. I realized that it didn't match my bin to b58 address using another library. Investigating further it seems that this is an issue caused by webpack and its handling of checksumBytes of bs58CheckEncode(). I encountered this issue while running a simple React app, using react-scripts.
The text was updated successfully, but these errors were encountered: