mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
autopilot: add TopCentrality to the available heuristics
This commit is contained in:
parent
8373b2ad20
commit
ccabad8607
@ -185,6 +185,7 @@ var (
|
||||
availableHeuristics = []AttachmentHeuristic{
|
||||
NewPrefAttachment(),
|
||||
NewExternalScoreAttachment(),
|
||||
NewTopCentrality(),
|
||||
}
|
||||
|
||||
// AvailableHeuristics is a map that holds the name of available
|
||||
|
Loading…
Reference in New Issue
Block a user