add eth_getBlockReceipts as possibleNotIndexedMethods for ethereum methods (#362)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user