Skip to content

Commit 91b26f8

Browse files
committed
sample-lnd: showing how to enable scid-alias, zero-conf feature bits
1 parent 5e0a2d3 commit 91b26f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sample-lnd.conf

+8
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,14 @@ litecoin.node=ltcd
11821182
; channel type if it is enabled.
11831183
; protocol.no-script-enforced-lease=true
11841184

1185+
; Set to enable support for option_scid_alias channels, which can be referred
1186+
; to by an alias instead of the confirmed ShortChannelID. Additionally, is
1187+
; needed to open zero-conf channels.
1188+
; protocol.option-scid-alias=true
1189+
1190+
; Set to enable support for zero-conf channels. This requires the
1191+
; option-scid-alias flag to also be set.
1192+
; protocol.zero-conf=true
11851193

11861194
[db]
11871195

0 commit comments

Comments
 (0)