Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kruspy committed Jan 26, 2024
1 parent c7989ce commit 90c0e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/liquidstakeibc/keeper/msg_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (k msgServer) RegisterHostChain(
RedelegationAcceptableDelta: sdktypes.ZeroInt(),
LsmBondFactor: sdktypes.NewDec(-1),
UpperCValueLimit: sdktypes.MustNewDecFromStr("1.01"),
LowerCValueLimit: sdktypes.MustNewDecFromStr("0.95"),
LowerCValueLimit: sdktypes.MustNewDecFromStr("0.99"),
}

hc := &types.HostChain{
Expand Down

0 comments on commit 90c0e83

Please sign in to comment.