diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c94d226505d0..29131258be5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [#261](https://github.com/crypto-org-chain/cosmos-sdk/pull/261) `ctx.BlockHeader` don't do protobuf deep copy, shallow copy seems enough, reduce scope of mutex in `PriorityNonceMempool.Remove`. * [#507](https://github.com/crypto-org-chain/cosmos-sdk/pull/507) mempool respect gas wanted returned by ante handler * [#744](https://github.com/crypto-org-chain/cosmos-sdk/pull/744) Pass raw transactions to tx executor so it can do pre-estimations. -* [#]() Optimize subUnlockedCoins implementation. +* [#865](https://github.com/crypto-org-chain/cosmos-sdk/pull/865) Optimize subUnlockedCoins implementation. ## [Unreleased]