bolt7

Routing gossip protocol, per BOLT #7 (docs.ppad.tech/bolt7).
git clone git://git.ppad.tech/bolt7.git
Log | Files | Refs | README | LICENSE

commit 4cb0c5ac13780f9af42494cbce828ab6063daec8
parent c7e596a2535e5c23e3122015ac32078188fac2b2
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:23:40 -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 @@ -73,6 +73,7 @@ cabal cc llvm + clang ]; shellHook = ''