Merge pull request #5756 from yyforyongyu/itest-1-run-ctx

itest: refactor context management inside harness node and net
This commit is contained in:
Oliver Gugger
2021-12-07 13:14:27 +01:00
committed by GitHub
33 changed files with 484 additions and 564 deletions

View File

@@ -6,6 +6,12 @@
for running lnd alongside a bitcoind service is now provided in
`contrib/init/lnd.service`.
## Code Health
### Code cleanup, refactor, typo fixes
* [Refactored itest to better manage contexts inside integration tests](https://github.com/lightningnetwork/lnd/pull/5756).
# Contributors (Alphabetical Order)
* Daniel McNally