Skip to content

Commit

Permalink
fix typo in emit_perp_balances
Browse files Browse the repository at this point in the history
  • Loading branch information
dd committed Feb 11, 2022
1 parent 2650b0a commit 46ef04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ pub fn emit_perp_balances(
long_settled_funding: pa.long_settled_funding.to_bits(),
short_settled_funding: pa.short_settled_funding.to_bits(),
long_funding: perp_market_cache.long_funding.to_bits(),
short_funding: perp_market_cache.long_funding.to_bits(),
short_funding: perp_market_cache.short_funding.to_bits(),
});
}

0 comments on commit 46ef04c

Please sign in to comment.