From 36001958e267efadd05c407f0042c9f007eed9f6 Mon Sep 17 00:00:00 2001 From: Yaacov Akiba Slama Date: Sun, 14 Mar 2021 16:05:03 +0200 Subject: [PATCH] Use a target of 6 blocks when opening a public channel --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index ed15540..a8fa041 100644 --- a/server.go +++ b/server.go @@ -31,7 +31,7 @@ import ( const ( channelAmount = 1_000_000 - targetConf = 1 + targetConf = 6 minHtlcMsat = 600 baseFeeMsat = 1000 feeRate = 0.000001