Skip to content

Commit 2f9a7f8

Browse files
committed
graph/db: fix linter issues of old code
Since we have renamed a file housing some very old code, the linter has now run on all this code for the first time. So we gotta do some clean-up work here to make it happy.
1 parent ae5c052 commit 2f9a7f8

File tree

2 files changed

+65
-39
lines changed

2 files changed

+65
-39
lines changed

docs/release-notes/release-notes-0.19.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ The underlying functionality between those two options remain the same.
249249
- [Abstract autopilot access](https://github.com/lightningnetwork/lnd/pull/9480)
250250
- [Abstract invoicerpc server access](https://github.com/lightningnetwork/lnd/pull/9516)
251251
- [Refactor to hide DB transactions](https://github.com/lightningnetwork/lnd/pull/9513)
252+
- Move the graph cache out of the graph CRUD layer:
253+
- [1](https://github.com/lightningnetwork/lnd/pull/9533)
252254

253255
* [Golang was updated to
254256
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).

0 commit comments

Comments
 (0)