channeldb: fix type in ErrSourceNodeNotSet comment
This commit is contained in:
parent
d4916ba9c6
commit
c15cd12dcf
@ -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…
Reference in New Issue
Block a user