Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
feat(lnd): enable keysend for neutrino clients
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Mar 24, 2020
1 parent c2982f3 commit 954b77c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/neutrino/neutrino.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ class Neutrino extends EventEmitter {
`--rpclisten=${this.lndConfig.host}`,
`--listen=${listen}`,
`--restlisten=${restlisten}`,
'--accept-keysend',
`${this.lndConfig.assumechanvalid ? '--routing.assumechanvalid' : ''}`,
`${this.lndConfig.alias ? `--alias=${this.lndConfig.alias}` : ''}`,
...autopilotArgs,
Expand Down

0 comments on commit 954b77c

Please # to comment.