X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Flib.rs;h=52ec664023621954d162ba8f603a7cc4a21491cd;hb=81cea88d38c58595a12182a63abe7af090a374b5;hp=ec6718e814876037cfed1d359071ab670f8cc70b;hpb=7ea39a13b2620253123aa93c63b7f9a58a8df762;p=rust-lightning diff --git a/src/lib.rs b/src/lib.rs index ec6718e8..52ec6640 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ //! //! A full-featured but also flexible lightning implementation, in library form. This allows the //! user (you) to decide how they wish to use it instead of being a fully self-contained daemon. -//! This means there is no built-in threading/execution environment and its up to the user to +//! This means there is no built-in threading/execution environment and it's up to the user to //! figure out how best to make networking happen/timers fire/things get written to disk/keys get //! generated/etc. This makes it a good candidate for tight integration into an existing wallet //! instead of having a rather-separate lightning appendage to a wallet.