Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
solana leader-schedule -um works again
Browse files Browse the repository at this point in the history
(cherry picked from commit c2becbc)
  • Loading branch information
mvines committed Apr 27, 2021
1 parent a3f1580 commit a81bc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/rpc_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ impl RpcClient {
&self,
slot: Option<Slot>,
) -> ClientResult<Option<RpcLeaderSchedule>> {
self.get_leader_schedule_with_config(slot, RpcLeaderScheduleConfig::default())
self.get_leader_schedule_with_commitment(slot, self.commitment_config)
}

pub fn get_leader_schedule_with_commitment(
Expand Down

0 comments on commit a81bc0e

Please sign in to comment.