-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
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
refund fees which cannot be distributed #690
Comments
I see that the ICS-29 spec says the following:
|
I think this issue is mostly done. See: https://github.com/cosmos/ibc-go/blob/ics29-fee-middleware/modules/apps/29-fee/keeper/escrow.go#L58 We can also add a check for the block addrs.
|
Summary
In ICS29 it is possible the forward relaying address provided is invalid (or perhaps a blocked address). This causes the forward relaying fee to be left in escrow.
We should consider doing something with the forward relaying fees. Potential options:
For Admin Use
The text was updated successfully, but these errors were encountered: