Skip to content

Commit

Permalink
add link to automatic migration handler for total escrow state entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Jun 1, 2023
1 parent 61bf4c8 commit 5976ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/v7-to-v7_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5976ad9

Please sign in to comment.