mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 04:13:04 +02:00
lnwire+htlcswitch: report height for invalid payment details failure
Extends the invalid payment details failure with the new accept height field. This allows sender to distinguish between a genuine invalid details situation and a delay caused by intermediate nodes.
This commit is contained in:
@@ -103,7 +103,7 @@ var resultTestCases = []resultTestCase{
|
||||
name: "fail incorrect details",
|
||||
route: &routeTwoHop,
|
||||
failureSrcIdx: 2,
|
||||
failure: lnwire.NewFailIncorrectDetails(97),
|
||||
failure: lnwire.NewFailIncorrectDetails(97, 0),
|
||||
|
||||
expectedResult: &interpretedResult{
|
||||
pairResults: map[DirectedNodePair]pairResult{
|
||||
|
Reference in New Issue
Block a user