graph/db: remove KVStore fall-back

Now that SQLStore fully implements V1Store, we no longer need the
KVStore fall-back.
This commit is contained in:
Elle Mouton
2025-06-11 18:17:10 +02:00
parent 3ccaacd16f
commit b4b1c4bd8d
4 changed files with 4 additions and 26 deletions

View File

@@ -91,6 +91,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* [8](https://github.com/lightningnetwork/lnd/pull/9938)
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
## RPC Updates