mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-24 01:04:21 +01:00
fix incorrect payment details hex code
This commit is contained in:
@@ -30,7 +30,7 @@ type interceptFailureCode uint16
|
||||
var (
|
||||
FAILURE_TEMPORARY_CHANNEL_FAILURE interceptFailureCode = 0x1007
|
||||
FAILURE_TEMPORARY_NODE_FAILURE interceptFailureCode = 0x2002
|
||||
FAILURE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS interceptFailureCode = 0x4015
|
||||
FAILURE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS interceptFailureCode = 0x400F
|
||||
)
|
||||
|
||||
var payHashGroup singleflight.Group
|
||||
|
||||
Reference in New Issue
Block a user