lnrpc/routerrpc: fix line wrap
This commit is contained in:
parent
2b4debf42b
commit
5c52efc0eb
@ -62,12 +62,12 @@ type MissionControl interface {
|
|||||||
GetEdgeProbability(fromNode route.Vertex,
|
GetEdgeProbability(fromNode route.Vertex,
|
||||||
edge routing.EdgeLocator, amt lnwire.MilliSatoshi) float64
|
edge routing.EdgeLocator, amt lnwire.MilliSatoshi) float64
|
||||||
|
|
||||||
// ResetHistory resets the history of MissionControl returning it to a state as
|
// ResetHistory resets the history of MissionControl returning it to a
|
||||||
// if no payment attempts have been made.
|
// state as if no payment attempts have been made.
|
||||||
ResetHistory() error
|
ResetHistory() error
|
||||||
|
|
||||||
// GetHistorySnapshot takes a snapshot from the current mission control state
|
// GetHistorySnapshot takes a snapshot from the current mission control
|
||||||
// and actual probability estimates.
|
// state and actual probability estimates.
|
||||||
GetHistorySnapshot() *routing.MissionControlSnapshot
|
GetHistorySnapshot() *routing.MissionControlSnapshot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user