Parameterize test_htlc_on_chain_timeout
authorJeffrey Czyz <jkczyz@gmail.com>
Sat, 10 Apr 2021 07:32:08 +0000 (00:32 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 14 Apr 2021 20:00:16 +0000 (13:00 -0700)
commit5e8b6833339a67f2f9a498db74b43ef93629755c
tree28d427e959feefd4a69af67dca5cb43653112a4c
parentd45b38f43fc702195e439479c9fce9443b429bc9
Parameterize test_htlc_on_chain_timeout

This test failed when ConnectionStyle was set to a SkippingBlocks
variant because of a bug in ChannelMonitor::update_best_block.
Parameterize the test with these styles to catch any regressions.
lightning/src/ln/functional_tests.rs