mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Add Tests for Bellatrix CLI flags/Fix Peer Scoring
This commit is contained in:
@@ -10,7 +10,7 @@ pub enum SensitiveError {
|
||||
}
|
||||
|
||||
// Wrapper around Url which provides a custom `Display` implementation to protect user secrets.
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub struct SensitiveUrl {
|
||||
pub full: Url,
|
||||
pub redacted: String,
|
||||
|
||||
Reference in New Issue
Block a user