diff --git a/yellowstone-grpc-client/src/lib.rs b/yellowstone-grpc-client/src/lib.rs index b44ef7a8..fe74de04 100644 --- a/yellowstone-grpc-client/src/lib.rs +++ b/yellowstone-grpc-client/src/lib.rs @@ -69,7 +69,7 @@ impl GeyserGrpcClient<()> { endpoint: E, x_token: Option, tls_config: Option, - ) -> GeyserGrpcClientResult> + ) -> GeyserGrpcClientResult> where E: Into, T: TryInto,