Clarify that lightning-net-tokio does networking only

This commit is contained in:
Casey Rodarmor 2020-10-01 20:55:31 -07:00
parent 7c07ca0056
commit dbda949b69
No known key found for this signature in database
GPG key ID: 556186B153EC6FE0

View file

@ -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