diff --git a/emerald-java-client b/emerald-java-client index 35196f35..130e1908 160000 --- a/emerald-java-client +++ b/emerald-java-client @@ -1 +1 @@ -Subproject commit 35196f35f3d0546d59b51acfeb895174eac170f9 +Subproject commit 130e1908937e72f1bb1d256afd51af6e46a368d3 diff --git a/src/main/kotlin/io/emeraldpay/dshackle/rpc/Describe.kt b/src/main/kotlin/io/emeraldpay/dshackle/rpc/Describe.kt index 2d4cccf6..775d16fc 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/rpc/Describe.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/rpc/Describe.kt @@ -44,6 +44,7 @@ class Describe( .setChain(Common.ChainRef.forNumber(chain.id)) .addAllSupportedMethods(targets) .setStatus(status) + .setCurrentHeight(chainUpstreams.getHead().getCurrentHeight() ?: 0) chainUpstreams.getAll().let { ups -> ups.forEach { up -> val nodes = QuorumForLabels()