You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/06/05 05:32:37 UTC

[incubator-tuweni] branch master updated: Fix build

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f16712  Fix build
2f16712 is described below

commit 2f16712dcbdbe644632b437b4f9f6e6def1a9336
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Thu Jun 4 22:32:22 2020 -0700

    Fix build
---
 .../test/kotlin/org/apache/tuweni/les/LESSubProtocolHandlerTest.kt    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/les/src/test/kotlin/org/apache/tuweni/les/LESSubProtocolHandlerTest.kt b/les/src/test/kotlin/org/apache/tuweni/les/LESSubProtocolHandlerTest.kt
index 05b4d81..6903208 100644
--- a/les/src/test/kotlin/org/apache/tuweni/les/LESSubProtocolHandlerTest.kt
+++ b/les/src/test/kotlin/org/apache/tuweni/les/LESSubProtocolHandlerTest.kt
@@ -45,6 +45,7 @@ import org.apache.tuweni.units.ethereum.Gas
 import org.apache.tuweni.units.ethereum.Wei
 import org.apache.lucene.index.IndexWriter
 import org.apache.tuweni.concurrent.AsyncResult
+import org.apache.tuweni.rlpx.wire.SubProtocolClient
 import org.apache.tuweni.units.bigints.UInt64
 import org.junit.jupiter.api.Assertions.assertEquals
 import org.junit.jupiter.api.Assertions.assertNotNull
@@ -95,6 +96,9 @@ constructor() {
   private val block = Block(header, body)
 
   private class MyRLPxService : RLPxService {
+    override fun getClient(subProtocolIdentifier: SubProtocolIdentifier): SubProtocolClient {
+      TODO("not implemented")
+    }
 
     var message: Bytes? = null
     var disconnectReason: DisconnectReason? = null


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org