mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
In this commit, we split the database storage into two classes: remote and local data. If etcd isn't active, then everything is actually just local though we use two pointers everywhere. If etcd is active, then everything but the graph goes into the remote database. |
||
---|---|---|
.. | ||
brontide.go | ||
brontide_test.go | ||
config.go | ||
interfaces.go | ||
log.go | ||
test_utils.go |