lnsocket

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

commit eda1c8435fd6fbb878ec67a40d14c5a018938f76
parent de5eaf1e736f7830c4633fdc97e7a3fc30b66be9
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 22 Jan 2022 13:02:21 -0800

more docs

Diffstat:
MREADME | 3++-
Mrpc.c | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -37,8 +37,9 @@ make Examples -------- -See test.c for now. More soon. +* See test.c for a ping/pong example +* See rpc.c for an RPC example Contributing ------------ diff --git a/rpc.c b/rpc.c @@ -12,7 +12,7 @@ int usage() { printf("lnrpc <nodeid> <ip/hostname> <method> <params> <rune>\n\n"); - printf("currently supports commando for clightning, but potentially more rpc types in the future!"); + printf("currently supports commando for clightning, but potentially more rpc types in the future!\n"); return 0; }