From 5eb8f78d682dd423d57cf47f1c59454dfdec011e Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Wed, 6 Aug 2025 18:57:42 +0400 Subject: [PATCH] Fix fatal error (#698) --- .../dshackle/upstream/ethereum/EthereumUpstreamValidator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt index e651d9f1..4921d236 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/EthereumUpstreamValidator.kt @@ -257,7 +257,7 @@ class ErigonBuggedValidator( upstream.getId(), ex.message, ) - Mono.just(ValidateUpstreamSettingsResult.UPSTREAM_FATAL_SETTINGS_ERROR) + Mono.just(onError) } }