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

Commit

Permalink
feat: enable keysend for neutrino clients
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Mar 22, 2020
1 parent 5d180fc commit 720953f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/neutrino/neutrino.js
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 720953f

Please sign in to comment.