John Caraballo
Results
2
issues of
John Caraballo
**Describe the bug** So I have this function ``` function unstake(uint256 amount) public { require(_stakedAmounts[msg.sender] != 0, "Has not staked"); require(_stakedAmounts[msg.sender] - (_unstakedAmounts[msg.sender] + amount) >= 0, "Cannot unstake more...
bug
So it seems like the `library` property from `useEthers` was changed and now you get a typescript error that `library.provider` no longer exists. But I can confirm it's still there...
enhancement