diff --git a/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt b/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt index 33e29573..e4873a36 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt @@ -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 {