From dbda949b693ddbfe79c0ae4fed365b1202c34549 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 1 Oct 2020 20:55:31 -0700 Subject: [PATCH] Clarify that lightning-net-tokio does networking only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0da8dd..4bff2d5e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust-lightning is a Bitcoin Lightning library written in Rust. The main crate, it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage. -The `lightning-net-tokio` crate is a full Lightning using the +The `lightning-net-tokio` crate implements Lightning networking using the [Tokio](https://github.com/tokio-rs/tokio) async runtime. Status -- 2.30.2