Merge pull request #5878 from halseth/filter-ascii-bbolt-name

kvdb/bolt_compact: filter out non-ASCII from bucket name before printing
This commit is contained in:
Oliver Gugger
2021-11-02 10:22:46 +01:00
committed by GitHub
2 changed files with 30 additions and 1 deletions

View File

@@ -589,6 +589,9 @@ messages directly. There is no routing/path finding involved.
* [Do not error log when an invoice that has been canceled and GC'd is expired](
https://github.com/lightningnetwork/lnd/pull/5913)
* [Don't print bucket names with special characters when compacting](
https://github.com/lightningnetwork/lnd/pull/5878)
## Documentation
The [code contribution guidelines have been updated to mention the new