mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
channeldb: fix type in ErrSourceNodeNotSet comment
This commit is contained in:
parent
d4916ba9c6
commit
c15cd12dcf
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ var (
|
||||||
// ErrGraphNeverPruned is returned when graph was never pruned.
|
// ErrGraphNeverPruned is returned when graph was never pruned.
|
||||||
ErrGraphNeverPruned = fmt.Errorf("graph never pruned")
|
ErrGraphNeverPruned = fmt.Errorf("graph never pruned")
|
||||||
|
|
||||||
// ErrSourceNodeNotSet is returned if the the source node of the graph
|
// ErrSourceNodeNotSet is returned if the source node of the graph
|
||||||
// hasn't been added The source node is the center node within a
|
// hasn't been added The source node is the center node within a
|
||||||
// star-graph.
|
// star-graph.
|
||||||
ErrSourceNodeNotSet = fmt.Errorf("source node does not exist")
|
ErrSourceNodeNotSet = fmt.Errorf("source node does not exist")
|
||||||
|
|
Loading…
Add table
Reference in a new issue