lnd/chainreg
Oliver Gugger 9138c8abac
multi: rename local and remote chan DBs
As a preparation to not have a local and remote version of the database
around anymore, we rename the variables into what their actual function
is. In case of the RPC server we even directly use the channel graph
instead of the DB instance. This should allow us to extract the channel
graph into its own, separate database (perhaps with better access
characteristics) in the future.
2021-08-04 14:55:50 +02:00
..
chaincode.go chainreg: export ChainCode to new pkg 2020-10-29 15:19:57 -04:00
chainparams.go multi: add signet parameters 2021-05-18 13:06:03 +02:00
chainregistry.go multi: rename local and remote chan DBs 2021-08-04 14:55:50 +02:00
log.go chainreg: register logger 2020-11-09 14:11:31 +02:00