ConsenSys-Academy / Blockchain-Developer-Bootcamp

Open-source version of ConsenSys Academy's Blockchain Developer Bootcamp
Other
568 stars 419 forks source link

fixed js code to return balance correctly #177

Closed robriks closed 2 years ago

robriks commented 2 years ago

10*18 -> 10**18 within the parseInt statement to correctly convert returned balance from Wei to Ether

ConsenSys-Academy commented 2 years ago

Thank you!