lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit bdc12b83ec7f865261c52719f27dabe0ca013b24
parent 16ad19d5456bdfadce8fb1edd1aae2de157b1abe
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 22 Feb 2022 08:21:49 -0800

update readme

Diffstat:
MREADME | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README b/README @@ -4,12 +4,8 @@ lnsocket A simple C library for sending messages over the lightning network -Work in progress! - Thanks to Rusty and the clightning project for much of this code, I have -adapted it to be more library friendly. I've removed references to tal, Rusty's -hierarchical allocator. The library only allocates once and uses that chunk of -memory for all operations. +adapted it to be more library friendly. Motivation