nomos-node/nomos-services/mempool/tests
Giacomo Pasini dda4a1365c
Add discriminant type to allow multiple mempool services (#441)
Overwatch requires all services to have a different service id.
Unfortunately, such service id can't depend on generic parameters,
which means that we can't have two instances of the mempool
service even if they are instantiated with different types.
This commit circuments this limitation by adding another
type parameter.
2023-09-27 10:55:15 +02:00
..
mock.rs Add discriminant type to allow multiple mempool services (#441) 2023-09-27 10:55:15 +02:00