fix streamFilters issue

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent b5099a5051
commit 8ccdfd4835
16 changed files with 111 additions and 169 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ type RPCClient interface {
BatchCall(batch []client.BatchElem) error
IpcPath() string
SupportedModules() (map[string]string, error)
Subscribe(namespace string, payloadChan interface{}, subName string, args ...interface{}) (*rpc.ClientSubscription, error)
Subscribe(namespace string, payloadChan interface{}, args ...interface{}) (*rpc.ClientSubscription, error)
}