We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ea12a commit 07d3126Copy full SHA for 07d3126
src/tasks/block.rs
@@ -163,7 +163,7 @@ impl Simulator {
163
/// # Arguments
164
///
165
/// - `price`: A shared `Arc<AtomicU64>` used to store the updated basefee value.
166
- fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<>{
+ fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<> {
167
let slot_calculator = self.slot_calculator.clone();
168
let ru_provider = self.ru_provider.clone();
169
@@ -192,7 +192,6 @@ impl Simulator {
192
warn!("get basefee failed - an error likely occurred");
193
}
194
195
-
196
197
198
0 commit comments