bolt4

Onion routing protocol, per BOLT #4.
git clone git://git.ppad.tech/bolt4.git
Log | Files | Refs | README | LICENSE

commit 1f7d84f4153a090952a118932b726644cd7db574
parent f2a62f941f49bb7408e1258914fc4bca8aec33ef
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 18 Apr 2026 11:26:45 +0800

test: silence warnings

Diffstat:
Mtest/Main.hs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/Main.hs b/test/Main.hs @@ -1,4 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module Main where