File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/scala/io/iohk/ethereum/faucet Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import akka.util.ByteString
9
9
import ch .megard .akka .http .cors .scaladsl .CorsDirectives .cors
10
10
import ch .megard .akka .http .cors .scaladsl .settings .CorsSettings
11
11
import com .twitter .util .LruMap
12
- import de .heikoseeberger .akkahttpjson4s .Json4sSupport
13
12
import io .iohk .ethereum .domain .{Address , Transaction }
14
13
import io .iohk .ethereum .keystore .KeyStore
15
14
import io .iohk .ethereum .mallet .service .RpcClient
@@ -23,8 +22,7 @@ class FaucetApi(
23
22
keyStore : KeyStore ,
24
23
config : FaucetConfig ,
25
24
clock : Clock = Clock .systemUTC())
26
- extends Json4sSupport
27
- with Logger {
25
+ extends Logger {
28
26
29
27
private val latestRequestTimestamps = new LruMap [RemoteAddress , Long ](config.latestTimestampCacheSize)
30
28
You can’t perform that action at this time.
0 commit comments