Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Validators name collision in cosmos.staking.v1beta1.rs
In v0.43.* the staking module introduced authz.proto, which has an enum (oneof validators) and a struct (message Validators) both defined under message StakeAuthorization. When this struct runs through prost it creates a namespace conflict. This commit simply renames those conflicts. Since this StakeAuthorization is new to cosmos-rust no downstream issues should ocurr.
- Loading branch information