Skip to content

Commit 18a5fc6

Browse files
committed
Fix NoOpDebugDataDumper
1 parent b4b7859 commit 18a5fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethereum/statetransition/src/main/java/tech/pegasys/teku/statetransition/util/noop/NoOpDebugDataDumper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class NoOpDebugDataDumper extends DebugDataDumper {
2424

2525
public NoOpDebugDataDumper() {
26-
super(Path.of("/"), true);
26+
super(Path.of("."), true);
2727
}
2828

2929
@Override

0 commit comments

Comments
 (0)