add missed method to createFilterMethods
This commit is contained in:
@@ -384,7 +384,8 @@ open class NativeCall(
|
|||||||
val createFilterMethods = listOf(
|
val createFilterMethods = listOf(
|
||||||
"eth_getFilterChanges",
|
"eth_getFilterChanges",
|
||||||
"eth_newFilter",
|
"eth_newFilter",
|
||||||
"eth_newBlockFilter"
|
"eth_newBlockFilter",
|
||||||
|
"eth_newPendingTransactionFilter"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
override fun processResult(result: QuorumRpcReader.Result): ByteArray {
|
override fun processResult(result: QuorumRpcReader.Result): ByteArray {
|
||||||
|
|||||||
Reference in New Issue
Block a user