PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
117 stars 182 forks source link

variable "i_entranceFee" now declared as immutable #135

Closed d-carranza closed 1 year ago

d-carranza commented 1 year ago

I found there were a missing immutable keyword in the state variable declaration for the typescript branch.

-Also, this is my first pull request as a developer. I'm loving the course so much and I felt I owe you this little contribution, thanks for the teachings ❤️

PatrickAlphaC commented 1 year ago

oh awesome!! Thanks for this contribution!

Be sure to follow with the GitHub repo! Glad you're enjoying!