remove unnecessary decoration of getFilterChanges call

This commit is contained in:
a10zn8
2022-11-14 14:45:54 +04:00
parent 3987660266
commit 92e91c2232

View File

@@ -382,7 +382,6 @@ open class NativeCall(
companion object { companion object {
const val quoteCode = '"'.code.toByte() const val quoteCode = '"'.code.toByte()
val createFilterMethods = listOf( val createFilterMethods = listOf(
"eth_getFilterChanges",
"eth_newFilter", "eth_newFilter",
"eth_newBlockFilter", "eth_newBlockFilter",
"eth_newPendingTransactionFilter" "eth_newPendingTransactionFilter"