defi-stake-yield-brownie-freecode
defi-stake-yield-brownie-freecode copied to clipboard
Fix getUserTotalValue function
Hi Patrick! If you do the require and the user has no tokens the transaction will revert, stopping the execution of issueTokens function. Additionally, the "if (uniqueTokensStaked[_user] <= 0)" in getUserSingleTokenValue function is now redundant in this implementation, but how it is a public function i didn't delete it.
Ah... Thank you so much for this!
Could you make it as a comment actually? Users who watched the video will be confused by the different code. Thank you so much for this PR though! You're right!
No problem! I submit another PR with the comments of this function.
Nice catch!