PatrickAlphaC / defi-stake-yield-brownie-freecode

53 stars 63 forks source link

Comment out unnecessary statement and add comment #9

Closed 01231 closed 2 years ago

01231 commented 2 years ago

This statement is not necessary because it's already called for all tokens in dict_of_allowed_tokens when we call deploy_token_farm_and_dapp_token()

token_farm.setPriceFeedContract(
     dapp_token.address, price_feed_address, {"from": account}
)
PatrickAlphaC commented 2 years ago

Tests pass. You're right! Thanks