mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
Before this commit, the `(channeldb.DB).AddrsForNode` method treats the results from the channel db and the graph db slightly differently. It errors out if the channel db is unaware of the node in question but does not error out if the graph is unaware of the node. So this commit changes the logic slightly so that a "node-unknown" error from either backing source is not seen as an error. |
||
---|---|---|
.. | ||
backup.go | ||
backup_test.go | ||
backupfile.go | ||
backupfile_test.go | ||
log.go | ||
multi.go | ||
multi_test.go | ||
pubsub.go | ||
pubsub_test.go | ||
recover.go | ||
recover_test.go | ||
single.go | ||
single_test.go |