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 885b90ea..01e7e17d 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/calls/DefaultEthereumMethods.kt @@ -88,6 +88,7 @@ class DefaultEthereumMethods( "eth_getTransactionByBlockNumberAndIndex", "eth_getUncleByBlockHashAndIndex", "eth_getUncleCountByBlockHash", + "eth_getBlockReceipts", ) private val firstValueMethods = listOf(