Skip to content

Commit

Permalink
Remove redundant clone call in process_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Sep 3, 2024
1 parent 92ce28a commit cfe1aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forester/src/epoch_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ impl<R: RpcConnection, I: Indexer<R>> EpochManager<R, I> {
self_clone
.process_queue(
&epoch_info_clone.epoch,
&epoch_info_clone.forester_epoch_pda.clone(),
&epoch_info_clone.forester_epoch_pda,
tree,
)
.await
Expand Down

0 comments on commit cfe1aa4

Please sign in to comment.