mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
chore: clippy docfix + bump crossbeam-epoch (RUSTSEC-2026-0204)
This commit is contained in:
@@ -99,7 +99,7 @@ impl std::fmt::Display for ChainMismatch {
|
||||
/// parked block while stalled.
|
||||
struct Anchor {
|
||||
slot: Slot,
|
||||
/// The anchor block's `(id, hash)`
|
||||
/// The anchor block's `(id, hash)`.
|
||||
///
|
||||
/// `None` when parked on an undeserializable inscription (no header was recorded).
|
||||
block: Option<(u64, HashType)>,
|
||||
|
||||
Reference in New Issue
Block a user