lnsocket

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

commit 81a8f8e0e47a516a82cef11965b5fa3a60cf7a94
parent 29c8d5e568af782ef011c8625a0b0c4068838693
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 17 Mar 2022 07:52:11 -0700

fix node example

Diffstat:
Mexamples/node.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/node.js b/examples/node.js @@ -1,4 +1,4 @@ -const lnsocket_init = require('lnsocket') +const LNSocket = require('lnsocket') async function go() { const ln = await LNSocket()