Skip to content

Commit

Permalink
Tests: Fix build
Browse files Browse the repository at this point in the history
fallback oracles are a v0.22.0 thing
  • Loading branch information
ckamm committed Feb 6, 2024
1 parent 8965b0b commit b3b77ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/mango-v4/tests/cases/test_serum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,6 @@ async fn test_serum_deposit_limits() -> Result<(), TransportError> {
group: group_with_tokens.group,
admin: group_with_tokens.admin,
mint: quote_token.mint.pubkey,
fallback_oracle: Pubkey::default(),
options: mango_v4::instruction::TokenEdit {
deposit_limit_opt: Some(1),
..token_edit_instruction_default()
Expand Down

0 comments on commit b3b77ca

Please sign in to comment.