Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Mar 12, 2024
1 parent 09fb8ab commit bf5bed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v15/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
// - adhere to signal prop 860 which claws back vesting funds
// see https://www.mintscan.io/cosmos/proposals/860
// - update the transfer module's escrow accounts for which there is a discrepancy
// with the counterparty chain supply
// with the counterparty chain supply.
func CreateUpgradeHandler(
mm *module.Manager,
configurator module.Configurator,
Expand Down Expand Up @@ -358,7 +358,7 @@ func SetMinInitialDepositRatio(ctx sdk.Context, gk govkeeper.Keeper) error {
}

/*
Below is a list of discrepancies found in IBC transfer escrow accounts.
The following is a list of the discrepancies that were found in the IBC transfer escrow accounts.
Discrepancy #1:
- Counterparty Chain ID: osmosis-1
Expand Down

0 comments on commit bf5bed2

Please sign in to comment.