use always qourum for eth_getBlockReceipts (#569)

This commit is contained in:
a10zn8
2024-09-12 14:34:57 +03:00
committed by GitHub
parent 5fe044bba6
commit f916f0a682

View File

@@ -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(