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
osmosis/x/txfees/keeper/txfee_filters/arb_tx.go
Line 46 in 4c54425
msgExecuteContract.Msg
Line 106 in 4c54425
Line 113 in 4c54425
Possible Solution: Add a check that if the len(Routes) is zero after unmarshaling to return early.
20.3.0
No response
The text was updated successfully, but these errors were encountered:
Resolved by #6906
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
osmosis/x/txfees/keeper/txfee_filters/arb_tx.go
Line 46 in 4c54425
msgExecuteContract.Msg
is not the exact same as the AffiliateSwapMsg type, the error may be nilosmosis/x/txfees/keeper/txfee_filters/arb_tx.go
Line 106 in 4c54425
osmosis/x/txfees/keeper/txfee_filters/arb_tx.go
Line 113 in 4c54425
Possible Solution:
Add a check that if the len(Routes) is zero after unmarshaling to return early.
Osmosis Version
20.3.0
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: