Skip to content

Commit

Permalink
debug: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed Sep 4, 2023
1 parent 4cd2c99 commit d2c5bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/lockup/keeper/invariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func LocksBalancesInvariant(keeper Keeper) sdk.Invariant {
for _, lock := range locksByDenom {
lockedAmount = lockedAmount.Add(lock.Coins.AmountOf(denom))
}
// demo purpose
// demo purpose.
if lockedAmount == coin.Amount {
return sdk.FormatInvariant(types.ModuleName, "locks-amount-invariant",
fmt.Sprintf("\tlocks amount of %s does not fit actual module balance: %s != %s\n",
Expand Down

0 comments on commit d2c5bb1

Please sign in to comment.