From f916f0a6820223b4ff932dae8b7bf496e968b082 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Thu, 12 Sep 2024 14:34:57 +0300 Subject: [PATCH] use always qourum for eth_getBlockReceipts (#569) --- .../dshackle/upstream/calls/DefaultEthereumMethods.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt index ba0656f50..912015f35 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -98,7 +98,6 @@ class DefaultEthereumMethods( "eth_getTransactionByBlockNumberAndIndex", "eth_getUncleByBlockHashAndIndex", "eth_getUncleCountByBlockHash", - "eth_getBlockReceipts", ) private val harmonyPossibleNotIndexedMethods = listOf( @@ -185,6 +184,7 @@ class DefaultEthereumMethods( "eth_maxPriorityFeePerGas", "eth_getProof", "eth_createAccessList", + "eth_getBlockReceipts", ) private val specialMethods = listOf(