mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 12:22:38 +01:00
routing+routerrpc: also expose amt for success results in mc
This commit is contained in:
@@ -86,7 +86,7 @@ func TestProbabilityEstimatorOneSuccess(t *testing.T) {
|
||||
ctx.results = map[int]TimedPairResult{
|
||||
node1: newTimedPairResult(
|
||||
testTime.Add(-time.Hour),
|
||||
successPairResult(),
|
||||
successPairResult(100),
|
||||
),
|
||||
}
|
||||
|
||||
@@ -133,7 +133,7 @@ func TestProbabilityEstimatorMix(t *testing.T) {
|
||||
ctx.results = map[int]TimedPairResult{
|
||||
node1: newTimedPairResult(
|
||||
testTime.Add(-time.Hour),
|
||||
successPairResult(),
|
||||
successPairResult(100),
|
||||
),
|
||||
node2: newTimedPairResult(
|
||||
testTime.Add(-2*time.Hour),
|
||||
|
||||
Reference in New Issue
Block a user