Merge pull request #6504 from tvolk131/fatalf_to_require

Move simple t.Fatalf test assertions to require.NoError
This commit is contained in:
Oliver Gugger
2022-06-17 19:52:07 +02:00
committed by GitHub
93 changed files with 1907 additions and 5565 deletions

View File

@@ -293,6 +293,8 @@ from occurring that would result in an erroneous force close.](https://github.co
* [`lnd` now packages the latest versions of the btcd libraries, btcwallet, and neutrino](https://github.com/lightningnetwork/lnd/pull/6627)
* [Refactor simple t.Fatalf test assertions to require.NoError
](https://github.com/lightningnetwork/lnd/pull/6504).
## RPC Server