Skip to content

Commit

Permalink
Change consume_events_once visibility to pub (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
wootmatt authored Feb 1, 2022
1 parent 29ba51d commit 4258756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dex/crank/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ fn consume_events_wrapper(
};
}

fn consume_events_once(
pub fn consume_events_once(
client: &RpcClient,
program_id: &Pubkey,
payer: &Keypair,
Expand Down

0 comments on commit 4258756

Please sign in to comment.