mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
Merge pull request #5194 from Kixunil/patch-3
Better document the nature of accept-keysend
This commit is contained in:
commit
21e8394983
1 changed files with 3 additions and 1 deletions
|
@ -350,7 +350,9 @@
|
|||
; close is attempted with a different script.
|
||||
; enable-upfront-shutdown=true
|
||||
|
||||
; If true, spontaneous payments through keysend will be accepted. [experimental]
|
||||
; If true, spontaneous payments through keysend will be accepted.
|
||||
; This is a temporary solution until AMP is implemented which is expected to be soon.
|
||||
; This option will then become deprecated in favor of AMP.
|
||||
; accept-keysend=true
|
||||
|
||||
; If non-zero, keysend payments are accepted but not immediately settled. If the
|
||||
|
|
Loading…
Add table
Reference in a new issue