From 92e91c2232c06a843416b3ae70cbf5562afdabf4 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Mon, 14 Nov 2022 14:45:54 +0400 Subject: [PATCH] remove unnecessary decoration of getFilterChanges call --- src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt b/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt index e4873a36..956b187d 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt @@ -382,7 +382,6 @@ open class NativeCall( companion object { const val quoteCode = '"'.code.toByte() val createFilterMethods = listOf( - "eth_getFilterChanges", "eth_newFilter", "eth_newBlockFilter", "eth_newPendingTransactionFilter"