htlcswitch: add PermanentFailure to LinkFailureError
This commit is contained in:
parent
fbb430ad82
commit
a6d2263569
@ -57,6 +57,10 @@ type LinkFailureError struct {
|
|||||||
// because of this error.
|
// because of this error.
|
||||||
ForceClose bool
|
ForceClose bool
|
||||||
|
|
||||||
|
// PermanentFailure indicates whether this failure is permanent, and
|
||||||
|
// the channel should not be attempted loaded again.
|
||||||
|
PermanentFailure bool
|
||||||
|
|
||||||
// SendData is a byte slice that will be sent to the peer. If nil a
|
// SendData is a byte slice that will be sent to the peer. If nil a
|
||||||
// generic error will be sent.
|
// generic error will be sent.
|
||||||
SendData []byte
|
SendData []byte
|
||||||
|
Loading…
Reference in New Issue
Block a user