Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 authored Feb 15, 2024
1 parent 8ebd457 commit cee7f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/execution/future/market.go
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ func (m *Market) updateLiquidityFee(ctx context.Context) {
var fee num.Decimal
provisions := m.liquidityEngine.ProvisionsPerParty()

// FIXME: just a temporay patch for validators testnet
// FIXME: just a temporary patch for validators testnet
// so the state of the network is fixed.
if m.mkt.Fees.LiquidityFeeSettings == nil {
m.mkt.Fees.LiquidityFeeSettings = &types.LiquidityFeeSettings{
Expand Down

0 comments on commit cee7f84

Please sign in to comment.