mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-04 18:01:57 +01:00
routing: report success up to the failing node on FailChannelDisabled
This commit is contained in:
@@ -362,6 +362,7 @@ var resultTestCases = []resultTestCase{
|
||||
pairResults: map[DirectedNodePair]pairResult{
|
||||
getTestPair(1, 2): failPairResult(0),
|
||||
getTestPair(2, 1): failPairResult(0),
|
||||
getTestPair(0, 1): successPairResult(100),
|
||||
},
|
||||
policyFailure: getPolicyFailure(1, 2),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user