fix(indexer): skip historical sync if we have reached or surpassed th… #69
ci.yml
on: push
Annotations
2 errors
failed to resolve: use of undeclared crate or module `cmp`:
src/indexer/mod.rs#L331
error[E0433]: failed to resolve: use of undeclared crate or module `cmp`
--> src/indexer/mod.rs:331:9
|
331 | cmp::max(last_synced_slot, self.dencun_fork_slot)
| ^^^ use of undeclared crate or module `cmp`
|
help: consider importing one of these items
|
1 + use core::cmp;
|
1 + use std::cmp;
|
|
lint
Clippy has exited with exit code 101
|