You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdityaSripal
changed the title
Should we allow modules to incentivize packets instead of assuming it is a user account?
Allow modules to incentivize packets instead of assuming it is a user account
May 2, 2022
I think this is worth doing given that one use case that came up in discussions around this feature was a module paying for fees on their chain. This will entail changing any call SendCoinsFromModuleToAccount and SendCoinsFromAccountToModule to be SendCoins.
We will need to add check in each case that the receiver of the coins is not a blocked address.
This would require:
SendCoinsFromAccountToModule
toSendCoins
.PacketFee.RefundAddress
tosdk.AccAddress
.distributeFee
.The text was updated successfully, but these errors were encountered: