From 61bf4c8f5fde234afb89de49938479d2c71477e2 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 1 Jun 2023 13:19:20 +0200 Subject: [PATCH] fix text in link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b173d325ec..25b3378c059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,7 +52,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features * (light-clients/09-localhost) [\#3229](https://github.com/cosmos/ibc-go/pull/3229) Implementation of v2 of localhost loopback client. -* (apps/transfer) [\#3454](https://github.com/cosmos/ibc-go/pull/3019) Add state entry to keep track of total amount of tokens in escrow. +* (apps/transfer) [\#3019](https://github.com/cosmos/ibc-go/pull/3019) Add state entry to keep track of total amount of tokens in escrow. ### Bug Fixes