We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expected revert scenario:
revert
mint
approve
I think we need to make test code about that and make logging about coinage.balanceOf(user) for each steps.
The text was updated successfully, but these errors were encountered:
uint256 rbAmount = _toRAYBased(amount);
I think we should delete above code in _transfer and _approve function.
_transfer
_approve
Sorry, something went wrong.
but tot and coinage can't transfer token. so I think tot and coinage do not belong to this problem.
tot
coinage
https://github.com/Onther-Tech/plasma-evm-contracts/blob/696d1ec09414dcf7d13a3e091af5c45d2dc2bc49/contracts/stake/managers/SeigManager.sol#L170
https://github.com/Onther-Tech/plasma-evm-contracts/blob/696d1ec09414dcf7d13a3e091af5c45d2dc2bc49/contracts/stake/managers/SeigManager.sol#L220
No branches or pull requests
expected
revert
scenario:mint
user's token amountapprove
users's token -> factor is increasedI think we need to make test code about that and make logging about coinage.balanceOf(user) for each steps.
The text was updated successfully, but these errors were encountered: