mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 09:13:16 +02:00
In this commit, we introduce the `V1Store` interface which the existing `graphdb.KVStore` implements today. The idea is to eventually create a SQL DB backed implementation of this interface.