lnd.xprv/lntest
Olaoluwa Osuntokun 6992822865
lntest: CloseChannel will wait for both nodes to show chan as active if not force
In this commit, we modify the CloseChannel to wait for both nodes to
detect that channel as being active before we attempt to close it. This
should serve to reduce many of the flakes that we’ve been seeing on
travis which were caused by node A detecting the channel as active, but
node B not, leading to a test flake under certain timing conditions.
The new function uses the recently added WaitPredicate method.
2017-12-21 11:43:17 +01:00
..
doc.go lntest: Add doc.go with package documentation. 2017-12-14 20:06:23 -08:00
harness.go lntest: CloseChannel will wait for both nodes to show chan as active if not force 2017-12-21 11:43:17 +01:00
node.go multi: fix several typos in godoc comments 2017-12-17 18:40:05 -08:00