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:
Rusty Russell
2018-05-17 13:38:24 +09:30
parent adbe02c6be
commit c8cc8fd83f
7 changed files with 13 additions and 21 deletions

View File

@@ -395,7 +395,6 @@ int main(int argc, char *argv[])
/* Initialize block topology (does its own transaction) */
setup_topology(ld->topology,
&ld->timers,
ld->config.poll_time,
blockheight);
/* Create RPC socket (if any) */