Skip to content

Commit

Permalink
prevent EthFilterService from being mocked
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap van der Plas committed Jan 20, 2021
1 parent ff2dc46 commit 728f5ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ class EthFilterService(
filterConfig: FilterConfig
) {
import EthFilterService._
implicit val timeout: Timeout = Timeout(filterConfig.filterManagerQueryTimeout)
implicit lazy val timeout: Timeout = Timeout(filterConfig.filterManagerQueryTimeout)

def newFilter(req: NewFilterRequest): ServiceResponse[NewFilterResponse] = {
import req.filter._
Expand Down

0 comments on commit 728f5ae

Please sign in to comment.