We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3612393 commit 3968e26Copy full SHA for 3968e26
conf/simnet/breez.conf
@@ -9,4 +9,5 @@ bugreporturl=https://breez.technology
9
bugreporturlsecret=test
10
lsptoken=8qFbOxF8K8frgrhNE/Hq/UkUlq7A1Qvh8um1VdCUv2L4es/RXEe500E+FAKkLI4X
11
[Job Options]
12
-peer=<DEV_HOST_IP>:18555
+peer=<DEV_HOST_IP>:18555
13
+disablerest=true
conf/simnet/lnd.conf
@@ -13,4 +13,7 @@ bitcoin.defaultchanconfs=1
bitcoin.defaultremotedelay=1008
14
[Neutrino]
15
neutrino.connect=<DEV_HOST_IP>:18555
16
-neutrino.feeurl=https://nd1.breez.technology/fees/v1/btc-fee-estimates.json
+neutrino.feeurl=https://nd1.breez.technology/fees/v1/btc-fee-estimates.json
17
+[Protocol]
18
+protocol.option-scid-alias=true
19
+protocol.zero-conf=true
0 commit comments