Skip to content

Commit

Permalink
remove trickledelay requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Apr 19, 2020
1 parent 09aaf38 commit db469d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ This package is also used in production in

Setup
-----
**In order to have a complete immediate graph view, we need to compile LND
in a special way by setting `defaultTrickleDelay = 1` in `config.go`.**

The binaries bitcoind, bitcoin-cli, lnd, and lncli are expected to be found in
`$PATH`.

Expand Down
1 change: 1 addition & 0 deletions lnregtest/lib/network_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def start(self, from_scratch=True):
'(from_scratch = False).'.format(self.name))

command = [self.lnd_binary,
'--trickledelay=1',
'--lnddir=' + self.lnd_data_dir,
'--noseedbackup']

Expand Down

0 comments on commit db469d9

Please sign in to comment.