Add Tests for Bellatrix CLI flags/Fix Peer Scoring

This commit is contained in:
Mark Mackey
2022-02-01 16:22:49 -06:00
parent 3df6da84ed
commit 467eb44858
10 changed files with 173 additions and 8 deletions

View File

@@ -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,