Merge pull request #5553 from Kixunil/patch-3

Remove warning about pruned nodes
This commit is contained in:
Oliver Gugger
2021-07-23 15:43:31 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -16,6 +16,11 @@ addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
* [A new build target itest-race](https://github.com/lightningnetwork/lnd/pull/5542)
to help uncover undetected data races with our itests.
# Documentation
* [Outdated warning about unsupported pruning was replaced with clarification that LND **does**
support pruning](https://github.com/lightningnetwork/lnd/pull/5553)
# Misc
* The direct use of certain syscalls in packages such as `bbolt` or `lnd`'s own
@@ -46,4 +51,4 @@ to make LNDs payment throughput (and latency) with better when using etcd.
# Contributors (Alphabetical Order)
* ErikEk
* Zero-1729
* Oliver Gugger
* Oliver Gugger