mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 23:42:54 +02:00
lnrpc/routerrpc: fix line wrap
This commit is contained in:
@@ -62,12 +62,12 @@ type MissionControl interface {
|
||||
GetEdgeProbability(fromNode route.Vertex,
|
||||
edge routing.EdgeLocator, amt lnwire.MilliSatoshi) float64
|
||||
|
||||
// ResetHistory resets the history of MissionControl returning it to a state as
|
||||
// if no payment attempts have been made.
|
||||
// ResetHistory resets the history of MissionControl returning it to a
|
||||
// state as if no payment attempts have been made.
|
||||
ResetHistory() error
|
||||
|
||||
// GetHistorySnapshot takes a snapshot from the current mission control state
|
||||
// and actual probability estimates.
|
||||
// GetHistorySnapshot takes a snapshot from the current mission control
|
||||
// state and actual probability estimates.
|
||||
GetHistorySnapshot() *routing.MissionControlSnapshot
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user