From 37e1b04ee695d7cbea1221e581d82151b4a701b9 Mon Sep 17 00:00:00 2001 From: Nitesh <84944042+niteshbalusu11@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:30:26 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 93f8619..9e12dfb 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,8 @@ Rust implementation of LND RPC client using async gRPC library `tonic_openssl`. -This is a fork from https://github.com/yzernik/tonic_openssl_lnd but uses hex credentials over paths to be able to connect to LND remotely without directly reading from macaroon and cert files. - ## About -**Warning: this crate is in early development and may have unknown problems! -Review it before using with mainnet funds!** - This crate implements LND GRPC using [`tonic_openssl`](https://docs.rs/tonic-openssl/latest/tonic_openssl/) and [`prost`](https://docs.rs/prost/). Apart from being up-to-date at the time of writing (:D) it also allows `async` usage. It contains vendored `*.proto` files so LND source code is not *required*