Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Jan 17, 2024
1 parent 94b6b95 commit 3f81150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/multi-staking/keeper/invariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ValidatorLockDenomInvariants(k Keeper) sdk.Invariant {
if valMsDenom := k.GetValidatorMultiStakingCoin(ctx, sdk.ValAddress(valAddr)); valMsDenom != lock.LockedCoin.Denom {
broken = true
msg += fmt.Sprintf("validator lock denom invariants:\n\t lock denom: %v"+
"\n\tvalidator allow denom: %v\n",
"\n\tvalidator valMsDenom: %v\n",
lock.LockedCoin.Denom, valMsDenom)
}
}
Expand Down

0 comments on commit 3f81150

Please sign in to comment.