Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/bank/keeper: fix a missing gRPC error in AllBalances
Fixes an incoherent return which had: (non-nil value, non-nil-non-grpc error) to (nil value, non-nil-gRPC error) and it is a follow-up of PR #7814.
- Loading branch information