Skip to content

Commit

Permalink
program: fix loading switchboard oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Mar 4, 2024
1 parent 43bc06c commit cfbe238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programs/drift/src/state/oracle_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ impl<'a> OracleMap<'a> {
oracle_source,
},
);

continue;
}

break;
Expand Down

0 comments on commit cfbe238

Please sign in to comment.