bolt5

On-chain transaction handling for Lightning (docs.ppad.tech/bolt5).
git clone git://git.ppad.tech/bolt5.git
Log | Files | Refs | README | LICENSE

commit 00417b6d4c0b7510d913bf313b45202a0f5d9bad
parent 985c4cc9a95bac455402c9b28447ed34c19e78ba
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 10 Jul 2026 16:23:28 -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 @@ -112,6 +112,7 @@ cabal cc llvm + clang ]; shellHook = ''