Skip to content

Commit

Permalink
fix: remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Oct 1, 2024
1 parent ca9733c commit 4553a1c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ where
let mut write_lock = self.0.write().await;
*write_lock = new_algo;
}

pub fn inner(&self) -> Arc<RwLock<A>> {
self.0.clone()
}
}

impl<A> SharedGasPriceAlgo<A>
Expand Down

0 comments on commit 4553a1c

Please sign in to comment.