Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Replace = with == to fix #197 #198

Closed HyperHoomann closed 2 years ago

HyperHoomann commented 2 years ago

Fix issue #197 Assert statements incorrectly used = instead of ==.

t4sk commented 2 years ago

@HyperHoomann thanks