Use a target of 6 blocks when opening a public channel

This commit is contained in:
Yaacov Akiba Slama
2021-03-14 16:05:03 +02:00
parent ab2be36642
commit 36001958e2

View File

@@ -31,7 +31,7 @@ import (
const (
channelAmount = 1_000_000
targetConf = 1
targetConf = 6
minHtlcMsat = 600
baseFeeMsat = 1000
feeRate = 0.000001