bolt2

Lightning peer protocol, per BOLT #2 (docs.ppad.tech/bolt2).
git clone git://git.ppad.tech/bolt2.git
Log | Files | Refs | README | LICENSE

commit 5e2934e93ac38f94da3f4225391ae903786743f3
parent 3b602cb9d0fb13b0a3f069afd3286684e1222b09
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:22:31 -0230

flake: add clang to shell

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -72,6 +72,7 @@ cabal cc llvm + clang ]; shellHook = ''