committed by
GitHub
parent
a71833c17b
commit
fb4d8e1f62
@@ -2425,8 +2425,7 @@ mod tests {
|
||||
|
||||
fn test_crds_values(pubkey: Pubkey) -> Vec<CrdsValue> {
|
||||
let entrypoint = ContactInfo::new_localhost(&pubkey, timestamp());
|
||||
let entrypoint_crdsvalue =
|
||||
CrdsValue::new_unsigned(CrdsData::ContactInfo(entrypoint.clone()));
|
||||
let entrypoint_crdsvalue = CrdsValue::new_unsigned(CrdsData::ContactInfo(entrypoint));
|
||||
vec![entrypoint_crdsvalue]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user