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 5d16da2 commit 3a3d177Copy full SHA for 3a3d177
src/tasks/block.rs
@@ -164,7 +164,11 @@ impl Simulator {
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<> {
167
+<<<<<<< HEAD
168
let slot_calculator = self.slot_calculator;
169
+=======
170
+ let slot_calculator = self.slot_calculator.clone();
171
+>>>>>>> 07d3126 (lint:fmt)
172
let ru_provider = self.ru_provider.clone();
173
174
async move {
0 commit comments