Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove import hack for protobuf any (#2846)
Closes #744 This import hack doesn't seem necessary b/c it doesn't actually modify `x/blobstream/types/query.pb.go` ## Testing ``` $ rm x/blobstream/types/query.pb.go $ make proto-gen ``` and then observe that there is no `git diff` so no changes to the already checked in `x/blobstream/types/query.pb.go` and the generated one. Also proto-gen passes in CI: https://github.com/celestiaorg/celestia-app/actions/runs/6881660922/job/18718509598?pr=2846
- Loading branch information