mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Drop unused EthSpec generic from Stores (#9281)
Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ impl ForkChoiceTest {
|
||||
/// Get a value from the `ForkChoice` instantiation.
|
||||
fn get<T, U>(&self, func: T) -> U
|
||||
where
|
||||
T: Fn(&BeaconForkChoiceStore<E, MemoryStore<E>, MemoryStore<E>>) -> U,
|
||||
T: Fn(&BeaconForkChoiceStore<E, MemoryStore, MemoryStore>) -> U,
|
||||
{
|
||||
func(
|
||||
self.harness
|
||||
|
||||
Reference in New Issue
Block a user