mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
option cleanup: --dev-bitcoind-poll
Make --bitcoind-poll a dev option. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -19,7 +19,6 @@ BITCOIND_CONFIG = {
|
||||
|
||||
|
||||
LIGHTNINGD_CONFIG = {
|
||||
"bitcoind-poll": "1s",
|
||||
"log-level": "debug",
|
||||
"cltv-delta": 6,
|
||||
"cltv-final": 5,
|
||||
@@ -282,6 +281,7 @@ class LightningD(TailableProc):
|
||||
f.write(seed)
|
||||
if DEVELOPER:
|
||||
self.opts['dev-broadcast-interval'] = 1000
|
||||
self.opts['dev-bitcoind-poll'] = 1
|
||||
# lightningd won't announce non-routable addresses by default.
|
||||
self.opts['dev-allow-localhost'] = None
|
||||
self.prefix = 'lightningd-%d' % (node_id)
|
||||
|
||||
Reference in New Issue
Block a user