Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Sep 22, 2023
1 parent 0d649fe commit b9ac99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token/program-2022-test/tests/transfer_fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ async fn set_fee() {
let (first_normal_slot, slots_per_epoch) = {
let context = context.context.lock().await;
(
context.epoch_schedule.first_normal_slot,
context.epoch_schedule.slots_per_epoch,
context.genesis_config().epoch_schedule.first_normal_slot,
context.genesis_config().epoch_schedule.slots_per_epoch,
)
};

Expand Down

0 comments on commit b9ac99b

Please sign in to comment.