mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-03 10:46:48 +01:00
Clarify that lightning-net-tokio does networking only
This commit is contained in:
parent
7c07ca0056
commit
dbda949b69
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue