PatrickAlphaC / hardhat-smartcontract-lottery-fcc

MIT License
118 stars 182 forks source link

Bug in the FUND_AMOUNT #79

Closed ippy1997 closed 2 years ago

ippy1997 commented 2 years ago

@PatrickAlphaC The FUND_AMOUNT is set to 1000000000000000000000 which equals to 1000 eth I fixed using the ethers.utils.parseEther() to set the FUND_AMOUNT to equal 1 eth

PatrickAlphaC commented 2 years ago

Oops, thanks!

ippy1997 commented 2 years ago

@PatrickAlphaC Always welcome :)