Closed geraldwenzel closed 1 month ago
The Solidity Smart Contract Development / Section 3: Fund Me / 11. Solidity Math video at 1:12 incorrectly claims: 1e18 * 1e18 = 1e38.
1e18 * 1e18 = 1e38
The correct statement is: 1e18 * 1e18 = 1e36.
1e18 * 1e18 = 1e36
Thanks for this contribution, @geraldwenzel. This will be addressed appropriately as soon as possible.
Clarification update appended to lesson. Thanks for the contribution!
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
.