lnwire: address linter error
This commit is contained in:
parent
31b2f8c865
commit
0c9384d991
@ -506,11 +506,11 @@ func (f *FailTemporaryChannelFailure) Code() FailCode {
|
|||||||
func (f FailTemporaryChannelFailure) Error() string {
|
func (f FailTemporaryChannelFailure) Error() string {
|
||||||
if f.Update == nil {
|
if f.Update == nil {
|
||||||
return f.Code().String()
|
return f.Code().String()
|
||||||
} else {
|
}
|
||||||
|
|
||||||
return fmt.Sprintf("TemporaryChannelFailure(update=%v)",
|
return fmt.Sprintf("TemporaryChannelFailure(update=%v)",
|
||||||
spew.Sdump(f.Update))
|
spew.Sdump(f.Update))
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Decode decodes the failure from bytes stream.
|
// Decode decodes the failure from bytes stream.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user