-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix: check denom of SpendLimit #292
Conversation
Once merged I will backport to https://github.com/osmosis-labs/cosmos-sdk/tree/v0.45.0x-osmo-v11 and then update our go.mod on osmosis Unless we want to wait since its such a small change, but extended sim runs will continue to fail until this is added |
Hmm, I am actually still getting
with this branch |
I believe we need to actually change this to the following:
Please lmk if that makes sense |
Your suggested change in comment looks correct to me |
(cherry picked from commit 0aca1df)
(cherry picked from commit 0aca1df) Co-authored-by: Adam Tucker <[email protected]>
Closes: osmosis-labs/osmosis#2170
What is the purpose of the change
This PR fixes a small bug in the Authz simulator code found when running extended simulations.
Brief Changelog
Testing and Verifying
This change is already covered by existing tests
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? no