Skip to content

Commit 0b2a03f

Browse files
garyschultejflo
authored andcommitted
fixes for problems discovered in main (besu-eth#6248)
Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: jflo <justin+github@florentine.us>
1 parent 1aa6a3d commit 0b2a03f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

besu/src/test/java/org/hyperledger/besu/PrivacyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class PrivacyTest {
6868

6969
private final Vertx vertx = Vertx.vertx();
7070

71-
@TempDir private static Path dataDir;
71+
@TempDir private Path dataDir;
7272

7373
@AfterEach
7474
public void cleanUp() {

docker/openjdk-17-debug/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ ENV BESU_GRAPHQL_HTTP_HOST 0.0.0.0
3535
ENV BESU_METRICS_HOST 0.0.0.0
3636
ENV BESU_JMX_HOST 0.0.0.0
3737
ENV BESU_PID_PATH "/tmp/pid"
38-
ENV BESU_HOST_ALLOWLIST "*"
3938

4039
#debug options for maximum observability
4140
ENV BESU_LOGGING "INFO"
42-
ENV BESU_RPC_HTTP_API "ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL"
4341
ENV JDWP_OPTS "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
4442
ENV JAVA_OPTS "${JDWP_OPTS} "
4543

0 commit comments

Comments
 (0)