mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 12:28:24 +00:00
Remove redundant type param fom CachedTreeHash
This commit is contained in:
@@ -34,7 +34,7 @@ pub struct NestedStruct {
|
||||
|
||||
fn test_routine<T>(original: T, modified: Vec<T>)
|
||||
where
|
||||
T: CachedTreeHash<T> + std::fmt::Debug,
|
||||
T: CachedTreeHash + std::fmt::Debug,
|
||||
{
|
||||
let mut hasher = CachedTreeHasher::new(&original).unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user