fix(indexer): skip historical sync if we have reached or surpassed th… #69
Annotations
2 errors
cargo clippy:
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;
|
|
cargo clippy
Clippy has exited with exit code 101
|
Loading