add missed method to createFilterMethods

This commit is contained in:
a10zn8
2022-11-11 17:57:21 +04:00
parent a559416e9d
commit f3ce82f080

View File

@@ -384,7 +384,8 @@ open class NativeCall(
val createFilterMethods = listOf(
"eth_getFilterChanges",
"eth_newFilter",
"eth_newBlockFilter"
"eth_newBlockFilter",
"eth_newPendingTransactionFilter"
)
}
override fun processResult(result: QuorumRpcReader.Result): ByteArray {