From 9b5422703e2e6c2504acf335581913a7c64562d7 Mon Sep 17 00:00:00 2001 From: likhita-809 Date: Thu, 28 Oct 2021 15:30:27 +0530 Subject: [PATCH] fix something --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70185a907e59..787ddee263c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,7 +115,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements * [\#10439](https://github.com/cosmos/cosmos-sdk/pull/10439) Check error for `RegisterQueryHandlerClient` in all modules `RegisterGRPCGatewayRoutes`. -* [\#10327](https://github.com/cosmos/cosmos-sdk/pull/10327) Add null guard for possible nil `Amount` in tx fee `Coins` * [\#9780](https://github.com/cosmos/cosmos-sdk/pull/9780) Remove gogoproto `moretags` YAML annotations and add `sigs.k8s.io/yaml` for YAML marshalling. * (x/bank) [\#10134](https://github.com/cosmos/cosmos-sdk/pull/10134) Add `HasDenomMetadata` function to bank `Keeper` to check if a client coin denom metadata exists in state. * (types) [\#10076](https://github.com/cosmos/cosmos-sdk/pull/10076) Significantly speedup and lower allocations for `Coins.String()`.