core-lightning/tests
Rusty Russell edf1b3cec9 More option cleanups.
Because we have too many which are never used and I don't want to document
them.

1. Remove unused anchor_onchain_wait.  When implemented, it should be
   hardcoded to 100 or more.
2. Remove anchor_confirms_max.  10 always reasonable, and we can readd
   an override option should someone need it.
3. max_htlc_expiry should be the same as locktime_max (which increases
   from 3 to 5 days by default): they're both a limit on how long
   funds can be locked up.
4. channel_update_interval should always be a dev option.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-20 02:32:42 +00:00
..
benchmark.py
fixtures.py gossipd: specify origin of updates in errors. 2018-05-19 15:52:56 -04:00
requirements.txt pytest: Add flaky dependency and mark as test_closing_different_fees 2018-05-07 02:40:50 +00:00
test_closing.py pytest: Use the port from the lightning node 2018-05-08 22:06:04 +02:00
test_gossip.py More option cleanups. 2018-05-20 02:32:42 +00:00
test_lightningd.py More option cleanups. 2018-05-20 02:32:42 +00:00
utils.py option cleanup: --dev-override-fee-rates 2018-05-20 02:32:42 +00:00