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 20dfb1e commit 2bbc9efCopy full SHA for 2bbc9ef
src/tasks/block/sim.rs
@@ -158,7 +158,11 @@ impl Simulator {
158
///
159
/// - `price`: A shared `Arc<AtomicU64>` used to store the updated basefee value.
160
fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<> {
161
+<<<<<<< HEAD
162
let slot_calculator = self.slot_calculator;
163
+=======
164
+ let slot_calculator = self.slot_calculator.clone();
165
+>>>>>>> 07d3126 (lint:fmt)
166
let ru_provider = self.ru_provider.clone();
167
168
async move {
0 commit comments