lnsocket

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

commit d821d922b784840dea77e7c57fa09032bb6b0855
parent 0bd5a8989512e2c78291f0ea361ab37759dde4b7
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 16 Mar 2022 18:20:20 -0700

0.2.2, different constructor

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mexamples/node.js | 2+-
Mpackage.json | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/node.js b/examples/node.js @@ -1,4 +1,4 @@ -const LNSocket = require('lnsocket') +const lnsocket_init = require('lnsocket') async function go() { const LNSocket = await lnsocket_init() diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "lnsocket", "description": "Connect to the lightning network", - "version": "0.2.1", + "version": "0.2.2", "repository": { "url": "https://github.com/jb55/lnsocket" },