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 2022/06/11 06:33:17 UTC

[incubator-tuweni] branch main updated: fix RLPx service, make meter nullable in constructor

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8cd5f5f0 fix RLPx service, make meter nullable in constructor
     new e6958737 Merge pull request #412 from atoulme/fix_rlpx_java
8cd5f5f0 is described below

commit 8cd5f5f065068f51855a4b658dc3ae051270c2f5
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Fri Jun 10 23:08:29 2022 -0700

    fix RLPx service, make meter nullable in constructor
---
 rlpx/src/main/java/org/apache/tuweni/rlpx/vertx/VertxRLPxService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rlpx/src/main/java/org/apache/tuweni/rlpx/vertx/VertxRLPxService.java b/rlpx/src/main/java/org/apache/tuweni/rlpx/vertx/VertxRLPxService.java
index 2e038d8d..97b4948c 100644
--- a/rlpx/src/main/java/org/apache/tuweni/rlpx/vertx/VertxRLPxService.java
+++ b/rlpx/src/main/java/org/apache/tuweni/rlpx/vertx/VertxRLPxService.java
@@ -110,7 +110,7 @@ public final class VertxRLPxService implements RLPxService {
       KeyPair identityKeyPair,
       List<SubProtocol> subProtocols,
       String clientId,
-      Meter meter) {
+      @Nullable Meter meter) {
     this(
         vertx,
         listenPort,


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