Cyfrin / Updraft

https://updraft.cyfrin.io
GNU Affero General Public License v3.0
55 stars 39 forks source link

False statement in Solidity Math video #211

Closed geraldwenzel closed 1 month ago

geraldwenzel commented 1 month ago

The Solidity Smart Contract Development / Section 3: Fund Me / 11. Solidity Math video at 1:12 incorrectly claims:
1e18 * 1e18 = 1e38.

The correct statement is: 1e18 * 1e18 = 1e36.

EngrPips commented 1 month ago

Thanks for this contribution, @geraldwenzel. This will be addressed appropriately as soon as possible.

Equious commented 1 month ago

Clarification update appended to lesson. Thanks for the contribution!