remove unnecessary decoration of getFilterChanges call
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user