From 5976ad927a2177bd298f137991bfe663f31c2346 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 1 Jun 2023 13:35:19 +0200 Subject: [PATCH] add link to automatic migration handler for total escrow state entry --- docs/migrations/v7-to-v7_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrations/v7-to-v7_1.md b/docs/migrations/v7-to-v7_1.md index 18cf64df01f..3fd2949d223 100644 --- a/docs/migrations/v7-to-v7_1.md +++ b/docs/migrations/v7-to-v7_1.md @@ -45,7 +45,7 @@ func CreateV7LocalhostUpgradeHandler( ### Transfer migration -An automatic migration handler (TODO: add link after backport to v7.1.x is merged) is configured in the transfer module to set the total amount in escrow for all denominations of coins that have been sent out. For each denomination a state entry is added with the total amount of coins in escrow regardless of the channel from which they were transferred. +An [automatic migration handler](https://github.com/cosmos/ibc-go/blob/release/v7.1.x/modules/apps/transfer/module.go#L111-L113) is configured in the transfer module to set the total amount in escrow for all denominations of coins that have been sent out. For each denomination a state entry is added with the total amount of coins in escrow regardless of the channel from which they were transferred. ## IBC Apps