mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Add data columns by root sync request (#6274)
* Add data columns by root sync request
This commit is contained in:
@@ -212,3 +212,9 @@ impl slog::Value for RequestId {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl std::fmt::Display for DataColumnsByRootRequestId {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "{}", self.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user