add eth_getBlockReceipts as possibleNotIndexedMethods for ethereum methods (#362)

This commit is contained in:
a10zn8
2023-12-11 18:43:12 +03:00
committed by GitHub
parent a73fc09903
commit 8f7377bc66

View File

@@ -88,6 +88,7 @@ class DefaultEthereumMethods(
"eth_getTransactionByBlockNumberAndIndex", "eth_getTransactionByBlockNumberAndIndex",
"eth_getUncleByBlockHashAndIndex", "eth_getUncleByBlockHashAndIndex",
"eth_getUncleCountByBlockHash", "eth_getUncleCountByBlockHash",
"eth_getBlockReceipts",
) )
private val firstValueMethods = listOf( private val firstValueMethods = listOf(