Change log (#564)
This commit is contained in:
@@ -46,7 +46,7 @@ open class GenericHead(
|
|||||||
.subscribeOn(headScheduler)
|
.subscribeOn(headScheduler)
|
||||||
.timeout(Defaults.timeout, Mono.error(Exception("Block data not received")))
|
.timeout(Defaults.timeout, Mono.error(Exception("Block data not received")))
|
||||||
.onErrorResume { err ->
|
.onErrorResume { err ->
|
||||||
log.error("Failed to fetch latest block: ${err.message} $upstreamId", err)
|
log.error("Failed to fetch the latest block of upstream {}, reason - {}", upstreamId, err.message)
|
||||||
Mono.empty()
|
Mono.empty()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user