mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-06 19:53:56 -05:00
lgtm yml (#3709)
* lgtm yml Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
This commit is contained in:
5
.lgtm.yml
Normal file
5
.lgtm.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
extraction:
|
||||
java:
|
||||
index:
|
||||
java_version: "17"
|
||||
build_command: JAVA_OPTS="-Xmx1000M" ./gradlew -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --no-scan compileJava
|
||||
@@ -78,7 +78,7 @@ abstract class AbstractPeerBlockValidator implements PeerValidator {
|
||||
if (err != null) {
|
||||
// Mark peer as invalid on error
|
||||
LOG.debug(
|
||||
"Peer {} is invalid because required block block ({}) is unavailable: {}",
|
||||
"Peer {} is invalid because required block ({}) is unavailable: {}",
|
||||
ethPeer,
|
||||
blockNumber,
|
||||
err.toString());
|
||||
|
||||
Reference in New Issue
Block a user