Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Mar 12, 2024
1 parent 94e44dc commit 50a7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/perpetuals/keeper/perpetual.go
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ func (k Keeper) ModifyOpenInterest(
)

perpetual.OpenInterest = dtypes.NewIntFromBigInt(bigOpenInterest)
k.setPerpetual(ctx, perpetual)
k.SetPerpetual(ctx, perpetual)
return nil
}

Expand Down

0 comments on commit 50a7977

Please sign in to comment.