Skip to content

Commit

Permalink
use always qourum for eth_getBlockReceipts (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 authored Sep 12, 2024
1 parent 5fe044b commit f916f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class DefaultEthereumMethods(
"eth_getTransactionByBlockNumberAndIndex",
"eth_getUncleByBlockHashAndIndex",
"eth_getUncleCountByBlockHash",
"eth_getBlockReceipts",
)

private val harmonyPossibleNotIndexedMethods = listOf(
Expand Down Expand Up @@ -185,6 +184,7 @@ class DefaultEthereumMethods(
"eth_maxPriorityFeePerGas",
"eth_getProof",
"eth_createAccessList",
"eth_getBlockReceipts",
)

private val specialMethods = listOf(
Expand Down

0 comments on commit f916f0a

Please sign in to comment.