Skip to content

Commit

Permalink
fix(defaultremotedelay): Configure defaultremotedelay to match c-ligh…
Browse files Browse the repository at this point in the history
…tning, etc.

Absent this, attempts to open channels with c-lightning nodes fail with:
"to_self_delay X greater than 432"

lightningnetwork/lnd#788
ElementsProject/lightning#1110
  • Loading branch information
Empact committed Mar 13, 2018
1 parent 7daecb1 commit 8e7e020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const startLnd = (alias, autopilot) => {
const neutrinoArgs = [
'--bitcoin.active',
'--bitcoin.testnet',
'--bitcoin.defaultremotedelay=432',
'--bitcoin.node=neutrino',
'--neutrino.connect=188.166.148.62:18333',
'--neutrino.addpeer=btcd.jackmallers.com:18333',
Expand Down

0 comments on commit 8e7e020

Please sign in to comment.