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
There seems to be a difference between bank and bankplus SendCoinsFromModuleToAccount function whether or not the blocked address is checked.
SendCoinsFromModuleToAccount
https://github.com/line/lbm-sdk/blob/ded22b36a37906f250eb71db52bfe5b6b004aaf4/x/bank/keeper/keeper.go#L311-L325 https://github.com/line/lbm-sdk/blob/ded22b36a37906f250eb71db52bfe5b6b004aaf4/x/bankplus/keeper/keeper.go#L52-L61
It may have forgotten to add the blocked address checking to the bankplus module.
bankplus
The text was updated successfully, but these errors were encountered:
zemyblue
Successfully merging a pull request may close this issue.
Summary of Bug
There seems to be a difference between bank and bankplus
SendCoinsFromModuleToAccount
function whether or not the blocked address is checked.https://github.com/line/lbm-sdk/blob/ded22b36a37906f250eb71db52bfe5b6b004aaf4/x/bank/keeper/keeper.go#L311-L325
https://github.com/line/lbm-sdk/blob/ded22b36a37906f250eb71db52bfe5b6b004aaf4/x/bankplus/keeper/keeper.go#L52-L61
It may have forgotten to add the blocked address checking to the
bankplus
module.Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: