Skip to content

Commit 3968e26

Browse files
committed
Add missing configuration options for simnet
1 parent 3612393 commit 3968e26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

conf/simnet/breez.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ bugreporturl=https://breez.technology
99
bugreporturlsecret=test
1010
lsptoken=8qFbOxF8K8frgrhNE/Hq/UkUlq7A1Qvh8um1VdCUv2L4es/RXEe500E+FAKkLI4X
1111
[Job Options]
12-
peer=<DEV_HOST_IP>:18555
12+
peer=<DEV_HOST_IP>:18555
13+
disablerest=true

conf/simnet/lnd.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ bitcoin.defaultchanconfs=1
1313
bitcoin.defaultremotedelay=1008
1414
[Neutrino]
1515
neutrino.connect=<DEV_HOST_IP>:18555
16-
neutrino.feeurl=https://nd1.breez.technology/fees/v1/btc-fee-estimates.json
16+
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

Comments
 (0)