Skip to content

Commit 5976ad9

Browse files
add link to automatic migration handler for total escrow state entry
1 parent 61bf4c8 commit 5976ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/v7-to-v7_1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func CreateV7LocalhostUpgradeHandler(
4545

4646
### Transfer migration
4747

48-
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.
48+
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.
4949

5050
## IBC Apps
5151

0 commit comments

Comments
 (0)