From cf55c1e861aeb065b54c497ea17c670511c89f04 Mon Sep 17 00:00:00 2001 From: Maxksim Fomenkov Date: Thu, 6 Oct 2022 16:33:28 +0300 Subject: [PATCH] fix lint --- .../kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt index 4372e1f1..8e8cba03 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt @@ -104,7 +104,7 @@ class GrpcHead( blocks = blocks.onErrorContinue { err, _ -> log.error("Head subscription error. ${err.javaClass.name}:${err.message}", err) - }.doOnNext{ + }.doOnNext { log.info("Received block ${it.height}") }